Menu

[r635]: / trunk / lispbuilder-net / lispbuilder-net-cffi.asd  Maximize  Restore  History

Download this file

18 lines (16 with data), 502 Bytes

(defpackage #:lispbuilder-net-cffi-system
  (:use #:cl #:asdf))
(in-package #:lispbuilder-net-cffi-system)

(defsystem lispbuilder-net-cffi
  :description "lispbuilder-net-cffi: Basic Lisp wrapper for the net library."
  :author "Frank Buss <fb@frank-buss.de>"
  :maintainer "Application Builder <application-builder@lispniks.com>"
  :licence "MIT"
  :depends-on (cffi)
  :components
  ((:module "cffi"
    :components
    ((:file "package")
     (:file "library")
     (:file "net"))
    :serial t)))
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.