[cl-net-snmp-cvs] r81 - trunk
ctian at common-lisp.net
ctian at common-lisp.net
Thu Oct 18 11:46:15 UTC 2007
Author: ctian
Date: Thu Oct 18 07:46:15 2007
New Revision: 81
Modified:
trunk/net-snmp.asd
Log:
Add CFFI to depends
Modified: trunk/net-snmp.asd
==============================================================================
--- trunk/net-snmp.asd (original)
+++ trunk/net-snmp.asd Thu Oct 18 07:46:15 2007
@@ -17,6 +17,7 @@
:ironclad ; for v3 support
:net-telent-date ; for time convert
#-win32 :iolib ; for networking
+ #+win32 :cffi ; for portable FFI
:zebu) ; for mib parse
:components (;; ASN.1
(:module asn.1
More information about the Cl-net-snmp-cvs
mailing list