1 ; The systems are split up into two because travis will run more smoothly
2 ; if we use a custom built sbcl that has all the deps pre-loaded since
3 ; we are sure those will work just fine :)
5 ; You should link to this file in your systems directory, or however you
6 ; handle your asdf configurations. Then just (asdf:load-system :clnl)
8 ; There's probably a better way, but I don't know it
10 (asdf:defsystem clnl.internal
12 :components ((:file "package")
24 :maintainer "Frank Duncan (frank@kank.com)"
25 :author "Frank Duncan (frank@kank.com)"
26 :depends-on (:cl-ppcre :mt19937 :cl-opengl :cl-glut :clnl.internal))