1 ;;;; Silly emacs, this is -*- Lisp -*-
3 (defpackage :cl-tuples-system
6 (in-package :cl-tuples-system)
10 :author "John Connors"
13 :description "Experimental Tuple Types Facade"
14 :depends-on (:iterate :alexandria)
15 :in-order-to ((test-op (load-op :cl-tuples-tests)))
16 :perform (test-op :after (op c)
17 (funcall (find-symbol (symbol-name :run!) :fiveam)
18 (find-symbol (symbol-name :cl-tuples-tests) :cl-tuples-tests)))
20 :components ((:file "package")
24 (:file "tuple-expander")