Menu

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

Download this file

15 lines (13 with data), 435 Bytes

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

(defsystem lispbuilder-net
  :description "lispbuilder-net: asynchronous sockets library"
  :author "Frank Buss <fb@frank-buss.de>"
  :maintainer "Application Builder <application-builder@lispniks.com>"
  :licence "MIT"
  :depends-on (cffi lispbuilder-net-cffi)
  :components
  ((:module "net"
    :components
    ((:file "package")))))
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.