Utilities for packaging ASDF systems using Nix.
This library is EXPERIMENTAL and everything can change
nix build .#sbcl.pkgs.bordeaux-threads
ls result/src
source lwp.bash
lwp sbcl alexandria bordeaux-threads
result/bin/sbcl
(load (sb-ext:posix-getenv "ASDF"))
(asdf:load-system 'bordeaux-threads)
nix develop
sbcl --script ql-import.lisp
sbcl --script test-lisp.lisp
See doc
directory.
FreeBSD - see COPYING