Ĉi tiu deponejo arĥiviĝis je 2024-01-28. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
nih/nih.asd
Jaidyn Lev fe8bba1d3b Init
2018-10-30 20:20:57 -05:00

18 lines
518 B
Common Lisp
Executable File

(defsystem "nih"
:version "0.1"
:author "Jaidyn Ann <jadedctrl@teknik.io>"
:license "CC 0"
:depends-on ("cl-strings" "cl-ppcre")
:components ((:module "src"
:components
((:file "package")
(:file "misc")
(:file "list")
(:file "string/string")
(:file "string/word")
(:file "string/line")
(:file "string/char"))))
:description
"Library of miscellanous (probably extraneous) functions (mainly string-manipulations).")