Import script to create the quicklisp bundle for usocket and cl+ssl libraries - 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
---
(DIR) commit eb591640cb4b2dcebdfbff3baa83facaefeccb66
(DIR) parent 707f6f043149cc6454bf18e4fc8d38078b64f58b
(HTM) Author: Solene Rapenne <solene@perso.pw>
Date: Thu, 28 Feb 2019 18:35:16 +0100
Import script to create the quicklisp bundle for usocket and cl+ssl libraries
Diffstat:
A make-bundle.lisp | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/make-bundle.lisp b/make-bundle.lisp
@@ -0,0 +1,2 @@
+(ql:bundle-systems '("usocket" "cl+ssl") :to "3rdparties/")
+(quit)