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 (283B)
       ---
            1 (defpackage :alexandria-2
            2   (:nicknames :alexandria.2)
            3   (:use :cl :alexandria.1.0.0)
            4   #+sb-package-locks
            5   (:lock t)
            6   (:export
            7    #:delete-from-plist*
            8    #:line-up-first
            9    #:line-up-last
           10     . #. (let (res) (do-external-symbols (sym :alexandria.1.0.0) (push sym res)) res)
           11    ))