aboutsummaryrefslogtreecommitdiff
path: root/nbody.asd
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-05-05 23:31:27 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-05-05 23:31:27 +0200
commit055ed6e70738cf9e18e3f983c003a87eae1e4aaa (patch)
tree1caf094e4749219ff15294c8da3faff0b3fb09e9 /nbody.asd
parent8e30cb8d4c1caffc2d877bec6975f1539fc193d3 (diff)
* Change language to Common LispHEADmaster
Diffstat (limited to 'nbody.asd')
-rw-r--r--nbody.asd11
1 files changed, 11 insertions, 0 deletions
diff --git a/nbody.asd b/nbody.asd
new file mode 100644
index 0000000..de55291
--- /dev/null
+++ b/nbody.asd
@@ -0,0 +1,11 @@
+(asdf:defsystem #:nbody
+ :description ""
+ :author "Thomas Albers Raviola <thomas@thomaslabs.org>"
+ :maintainer "Thomas Albers Raviola <thomas@thomaslabs.org>"
+ :license "GPL-3"
+ :version "1.0.0"
+ :serial t
+ ;; :depends-on ()
+ :pathname "src"
+ :components ((:file "package")
+ (:file "nbody")))