Set up a clean namespace for the initial PAIP implementation
Also figure out the 5AM unit testing crap.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 08 Mar 2016 12:31:44 +0000 |
parents |
c60cac27a0a7 |
children |
d08be7892816 |
(asdf:defsystem #:bones
:name "bones"
:description "A logic programming library for Common Lisp."
:author "Steve Losh <steve@stevelosh.com>"
:maintainer "Steve Losh <steve@stevelosh.com>"
:license "MIT/X11"
:version "0.0.1"
:depends-on (#:defstar
#:optima
#:fare-quasiquote-optima
#:fare-quasiquote-readtable)
:serial t
:components ((:file "package")
(:module "src"
:components ((:file "paip")
(:file "bones")))))