;;; -*- lisp -*- (asdf:defsystem #:cffi-net :description "CFFI definitions for network functions" :version "0.1.2" :author "Matthew Backes and Dan Knapp " :depends-on ("cffi-unix") :components ((:file "net")))