clic.asd - 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
       ---
       clic.asd (311B)
       ---
            1 ;;(defpackage :clic
            2 ;;  (:use :cl :asdf)
            3 ;;  (:export #:main))
            4 ;;
            5 ;;(in-package :clic)
            6 
            7 (defsystem "clic"
            8     :description "Command Line Interface Client"
            9     :version "1.1.1"
           10     :author "Solene Rapenne <solene@perso.pw>"
           11     :licence "MIT"
           12     :depends-on (:usocket :cl+ssl)
           13     :components ((:file "clic")))