Ĉ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

18 lines
518 B
Plaintext
Raw Normal View History

2018-10-30 20:20:57 -05:00
(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).")