1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-numcl

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
numcl.asd 2.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
kilianmh Отправлено 29.08.2022 16:09 a6b2995
;;;; Autogenerated ASD file for system "NUMCL"
;;;; In order to regenerate it, run update-asdf
;;;; from shell (see https://github.com/phoe-krk/asd-generator)
;;;; For those who do not have update-asdf,
;;;; run `ros install asd-generator` (if you have roswell installed)
;;;; There are also an interface available from lisp:
;;;; (asd-generator:regen &key im-sure)
(defsystem numcl
:version "0.2.0"
:author "Masataro Asai"
:mailto "guicho2.71828@gmail.com"
:license "LGPL"
:homepage "https://github.com/numcl/numcl"
:defsystem-depends-on ()
:depends-on (:trivia
:alexandria
:iterate
:type-r
:constantfold
:lisp-namespace
:cl-randist
:float-features
:function-cache
:specialized-function
:gtype)
:components ((:module "src"
:serial t
:components ((:file "0package")
(:file "0specialops")
(:file "1version")
(:file "1constantfolded")
(:file "1constants")
(:file "1docstrings")
(:file "1instantiate")
(:file "1type")
(:file "1util")
(:file "2alias")
(:file "2zeros")
(:file "2aref")
(:file "2typeinfer")
(:file "3arange")
(:file "3array")
(:file "3copy")
(:file "3einsum")
(:file "4concatenate")
(:file "4einsum-backends/common-lisp")
(:file "4numeric")
(:file "4linear-algebra2")
(:file "4linear-algebra3")
(:file "5random")
(:file "5reduce")
(:file "5where"))))
:description "Numpy clone in Common Lisp, using MAGICL/LLA/MGL-MAT as the backend (in the future)"
:in-order-to ((test-op (test-op :numcl.test))))

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-numcl.git
git@api.gitlife.ru:oschina-mirror/mirrors-numcl.git
oschina-mirror
mirrors-numcl
mirrors-numcl
master