💾 Archived View for a.rusty-haiku.dev › manual-lisp-dep-install.gmi captured on 2024-08-31 at 12:03:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

-=-=-=-=-=-=-

mkdir -p ~/common-lisp
cd ~/common-lisp
git clone https://github.com/fukamachi/dexador

contents of the .asd file

just look at where QL gets them from

git clone https://github.com/trivial-features/trivial-features.git
git clone https://github.com/fukamachi/fast-http.git
git clone https://github.com/fukamachi/quri.git
git clone https://github.com/rpav/fast-io.git
git clone https://github.com/cl-babel/babel.git
git clone https://github.com/trivial-gray-streams/trivial-gray-streams.git
git clone https://github.com/trivial-garbage/trivial-garbage.git
git clone https://github.com/edicl/chunga.git
git clone https://github.com/edicl/cl-ppcre.git
git clone https://github.com/fukamachi/cl-cookie.git
git clone https://github.com/Shinmera/trivial-mimes.git
git clone https://github.com/sharplispers/chipz.git
git clone http://git.kpe.io/cl-base64.git
git clone https://github.com/usocket/usocket.git
git clone https://github.com/cl-plus-ssl/cl-plus-ssl.git
git clone https://github.com/sionescu/bordeaux-threads.git
git clone https://gitlab.common-lisp.net/alexandria/alexandria
git clone https://gitlab.common-lisp.net/cl-utilities/cl-utilities.git
git clone https://github.com/fukamachi/fast-http.git
git clone https://github.com/fukamachi/proc-parse.git
git clone https://github.com/fukamachi/xsubseq.git
git clone https://github.com/fukamachi/smart-buffer.git
git clone https://github.com/edicl/flexi-streams.git
git clone https://github.com/sharplispers/split-sequence.git
git clone https://github.com/sionescu/static-vectors.git
git clone https://github.com/cffi/cffi.git
git clone https://github.com/dlowe-net/local-time.git
git clone https://github.com/lmj/global-vars.git

Originally derived from

gist jasom/dexador.adoc