forked from guicho271828/inlined-generic-function
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinlined-generic-function.asd
More file actions
24 lines (24 loc) · 989 Bytes
/
Copy pathinlined-generic-function.asd
File metadata and controls
24 lines (24 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
;;;; Autogenerated ASD file for system "INLINED-GENERIC-FUNCTION"
;;;; 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 inlined-generic-function
:version "0.1"
:author "Masataro Asai"
:mailto "guicho2.71828@gmail.com"
:license "LLGPL"
:depends-on (:trivia
:closer-mop
:alexandria
:iterate
:introspect-environment)
:serial t
:components ((:file "src/0.package")
(:file "src/1.mop")
(:file "src/2.compiler")
(:file "src/3.invalid-branch"))
:description "MOP implementation of the fast inlinable generic functions dispatched in compile-time"
:in-order-to ((test-op (test-op :inlined-generic-function.test))))