File: control

package info (click to toggle)
cl-usocket 0.6.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • sloc: lisp: 5,369; makefile: 32
file content (22 lines) | stat: -rw-r--r-- 833 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
Source: cl-usocket
Section: devel
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
 Christoph Egger <christoph@debian.org>
Build-Depends: debhelper (>> 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.6
Vcs-Git: http://anonscm.debian.org/git/pkg-common-lisp/cl-usocket.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-common-lisp/cl-usocket.git
Homepage: http://common-lisp.net/project/usocket/

Package: cl-usocket
Architecture: all
Depends: ${misc:Depends}, cl-split-sequence
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.