pkgsrc-wip/cl-flexi-streams/files/ecl-flexi-streams.asd

6 lines
217 B
Common Lisp

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