package.lisp - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       package.lisp (279B)
       ---
            1 ;;;; -*- Mode: LISP; Base: 10; Syntax: ANSI-Common-lisp; Package: CL-USER -*-
            2 ;;;; See the LICENSE file for licensing information.
            3 
            4 (in-package :cl-user)
            5 
            6 (defpackage :usocket-test
            7   (:use :common-lisp
            8         :usocket
            9         :regression-test)
           10   (:export #:do-tests
           11            #:run-usocket-tests))