File: control

package info (click to toggle)
cl-plus-ssl 20200609.gitff4634a-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: lisp: 3,049; sh: 79; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download | duplicates (2)
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
30
31
32
33
Source: cl-plus-ssl
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper-compat (= 13),
               debhelper (>= 12.8~),
               libssl-dev
Standards-Version: 4.5.1
Homepage: https://common-lisp.net/project/cl-plus-ssl/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-plus-ssl.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-plus-ssl
Rules-Requires-Root: no

Package: cl-plus-ssl
Architecture: all
Depends: ${misc:Depends},
         cl-cffi,
         cl-trivial-gray-streams,
         cl-flexi-streams,
         cl-bordeaux-threads,
         cl-trivial-garbage,
         cl-alexandria,
         cl-trivial-features,
         ${ssl:Depends}
Recommends: cl-fiveam,
            cl-usocket
Description: Common Lisp interface to OpenSSL
 CL+SSL is portable code based on CFFI and gray streams. It defines its own
 libssl BIO method, so that SSL I/O can be written over portable Lisp
 streams instead of bypassing the streams and sending data over Unix file
 descriptors directly. (But the traditional approach is still used if
 possible.)