Ĉ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.
2018-10-30 20:20:57 -05:00
|
|
|
(defsystem "nih"
|
2018-12-02 19:26:31 -06:00
|
|
|
:version "0.3"
|
2018-10-30 20:20:57 -05:00
|
|
|
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
2018-12-02 19:26:31 -06:00
|
|
|
:license "LGPLv3"
|
|
|
|
:depends-on ("cl-strings" "asdf-encodings" "cl-ppcre")
|
2018-10-30 20:20:57 -05:00
|
|
|
:components ((:module "src"
|
|
|
|
:components
|
|
|
|
((:file "package")
|
|
|
|
(:file "misc")
|
2018-12-02 19:26:31 -06:00
|
|
|
(:file "file")
|
2018-10-30 20:20:57 -05:00
|
|
|
(:file "list")
|
2018-12-02 19:26:31 -06:00
|
|
|
(:file "date")
|
2018-10-30 20:20:57 -05:00
|
|
|
(:file "string/string")
|
|
|
|
(:file "string/word")
|
|
|
|
(:file "string/line")
|
|
|
|
(:file "string/char"))))
|
|
|
|
|
|
|
|
:description
|
|
|
|
"Library of miscellanous (probably extraneous) functions (mainly string-manipulations).")
|