Move from github, collapse gltk and strictmath, add candle
[clnl] / strictmath.asd
diff --git a/strictmath.asd b/strictmath.asd
new file mode 100644 (file)
index 0000000..a6b936d
--- /dev/null
@@ -0,0 +1,22 @@
+(asdf:defsystem strictmath
+ :name "Strict Math"
+ :version "0.1"
+ :maintainer "Frank Duncan (frank@kank.com)"
+ :author "Frank Duncan (frank@kank.com)"
+ :components ((:file "package")
+              (:file "base")
+              (:file "rem-pio2")
+              (:file "kcos")
+              (:file "ksin")
+              (:file "sin")
+              (:file "cos"))
+ :serial t
+ :depends-on (:ieee-floats))
+
+(asdf:defsystem strictmath-test
+ :name "Strict Math Tests"
+ :maintainer "Frank Duncan (frank@kank.com)"
+ :author "Frank Duncan (frank@kank.com)"
+ :serial t
+ :components ((:file "package") (:file "main"))
+ :depends-on (:strictmath))