Archived
1
0
Disbranĉigi 0
Ĉ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.
cl-matrix/cl-matrix.asd

12 lines
317 B
Plaintext
Raw Permalink Normal View History

2018-06-01 10:07:46 -05:00
(defsystem "cl-matrix"
:version "0.0"
:author "Jaidyn Lev <jadedctrl@teknik.io>"
:license "CSL v1+"
:depends-on ("cl-json" "cl-strings" "s-http-client")
:components ((:module "src"
:components
((:file "package")
(:file "main"))))
:description
"A WIP Matrix library for Common Lisp.")