cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

commit aabe60928a8070ea42435e7202090c05e90424d9
parent 8e2ec2f9f14fc40455a6994227248df4d8e9067d
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sat, 20 Sep 2014 13:37:03 +0200

comment out asd :version, asdf complained about invalid version

Diffstat:
Mcl-rw.asd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cl-rw.asd b/cl-rw.asd @@ -29,7 +29,7 @@ (asdf:defsystem :cl-rw :description "cl-rw -- Layered streams for Common Lisp" - :version "" + ;;:version "" :author "Tomas Hlavaty" :maintainer "Tomas Hlavaty" :licence "MIT"