1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: cl-usocket
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders:
Peter Van Eynde <pvaneynd@debian.org>,
Christoph Egger <christoph@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-usocket.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-usocket
Homepage: https://common-lisp.net/project/usocket/
Rules-Requires-Root: no
Package: cl-usocket
Architecture: all
Multi-Arch: foreign
Depends:
cl-split-sequence,
${misc:Depends}
Recommends:
cl-rt
Description: Common Lisp socket library
cl-usocket provides a library for Common Lisp programs to use TCP
sockets. It is the successor to trivial-sockets.
.
To run the test suite you need the recommended cl-rt package.
|