| Import script to create the quicklisp bundle for usocket and cl+ssl libraries -… | |
| git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit eb591640cb4b2dcebdfbff3baa83facaefeccb66 | |
| parent 707f6f043149cc6454bf18e4fc8d38078b64f58b | |
| Author: Solene Rapenne <[email protected]> | |
| 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(-) | |
| --- | |
| diff --git a/make-bundle.lisp b/make-bundle.lisp | |
| @@ -0,0 +1,2 @@ | |
| +(ql:bundle-systems '("usocket" "cl+ssl") :to "3rdparties/") | |
| +(quit) |