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: libs
Priority: optional
Build-Depends: debhelper (>= 4.0)
Build-Depends-Indep: dh-lisp
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Standards-Version: 3.7.3.0
Homepage: http://common-lisp.net/project/cl-plus-ssl/
Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-plus-ssl.git
Package: cl-plus-ssl
Architecture: all
Depends: ${misc:Depends}, cl-cffi, cl-trivial-gray-streams, cl-flexi-streams, libssl-dev
Description: A simple Common Lisp interface to OpenSSL
This library is a fork of SSL-CMUCL. The main differences are
that this library uses portable code based on cffi and gray
streams. With this it defined a libssl BIO portable lisp
streams based IO.
.
|