pkgsrc-wip/cl-unicode/files/ecl-unicode.asd

5 lines
208 B
Common Lisp

(DEFSYSTEM "cl-unicode"
:DEPENDS-ON (:cl-ppcre :flexi-streams)
:CLASS ASDF::PREBUILT-SYSTEM
:LIB "SYS:cl-unicode"
:COMPONENTS ((:COMPILED-FILE "cl-unicode" :PATHNAME #P"SYS:cl-unicode.fas")))