File: control

package info (click to toggle)
cl-plus-ssl 20160421-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 288 kB
  • sloc: lisp: 2,148; makefile: 20
file content (20 lines) | stat: -rw-r--r-- 911 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: cl-plus-ssl
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp, libssl1.0-dev | libssl-dev (<< 1.1)
Standards-Version: 3.9.6
Homepage: http://common-lisp.net/project/cl-plus-ssl/
Vcs-Git: https://github.com/cl-plus-ssl/cl-plus-ssl.git
Vcs-Browser: https://github.com/cl-plus-ssl/cl-plus-ssl

Package: cl-plus-ssl
Architecture: all
Depends: ${misc:Depends}, cl-cffi, cl-trivial-gray-streams, cl-flexi-streams, cl-bordeaux-threads, cl-trivial-garbage, ${ssl:Depends}
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.)