:description "Lisp2-style Erlang/ML-like Extensible Pattern-Matcher for CL"
:long-description "fare-matcher allows you to do pattern matching as in ML,
and to define your own extensions."
- :depends-on (:alexandria)
+ :depends-on (:alexandria :fare-utils)
:serial t
:components
((:file "packages")
(:export))
(defpackage #:fare-clos-match
- #+openmcl (:shadowing-import-from #:ccl #:quit)
(:use #:common-lisp #:fare-utils #:fare-matcher
#+allegro #:aclmop
#+cmu #:pcl #+sbcl #:sb-mop #+clisp :clos #+clozure #:ccl)