File: control

package info (click to toggle)
cl-usocket 0.8.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,020 kB
  • sloc: lisp: 7,319; makefile: 24
file content (29 lines) | stat: -rw-r--r-- 894 bytes parent folder | download
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
28
29
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 (= 13),
               debhelper (>= 12.8~)
Standards-Version: 4.7.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,
 cl-bordeaux-threads,
 ${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.