mirror of
https://github.com/pmai/md5.git
synced 2025-12-21 14:34:29 +01:00
Add support for other implementations (flexi-streams dependency).
This commit is contained in:
5
md5.asd
5
md5.asd
@ -15,5 +15,8 @@
|
||||
:maintainer "Pierre R. Mai <pmai@pmsf.de>"
|
||||
:licence "Public Domain"
|
||||
:version "2.0.2"
|
||||
#+sbcl :depends-on #+sbcl ("sb-rotate-byte")
|
||||
:depends-on (#+sbcl "sb-rotate-byte"
|
||||
#-(or :cmu :sbcl
|
||||
(and :lispworks (not :lispworks4)) :ccl :allegro)
|
||||
:flexi-streams)
|
||||
:components ((:file "md5")))
|
||||
|
||||
Reference in New Issue
Block a user