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
Jaidyn Lev 80b50e5016 Init
2018-06-01 10:07:46 -05:00

12 lines
317 B
Common Lisp

(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.")