aboutsummaryrefslogtreecommitdiff
path: root/nbody.asd
blob: de5529104902823de6d45baec50e4738469ceef1 (plain)
1
2
3
4
5
6
7
8
9
10
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")))