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