cl-plus-ssl 20191020.git2908199-1 source package in Ubuntu
Changelog
cl-plus-ssl (20191020.git2908199-1) unstable; urgency=medium * New upstream snapshot * debian/rules: simplify using debhelper 12.8’s execute_before_* rules * Bump S-V to 4.5.0 -- Sébastien Villemot <email address hidden> Fri, 07 Feb 2020 17:29:58 +0100
Upload details
- Uploaded by:
- Debian Common Lisp Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Common Lisp Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cl-plus-ssl_20191020.git2908199-1.dsc | 2.1 KiB | ec72f394be6c68bf9a6dc125442e5e3551f7f307d251683f1db4b34c1cfeaa2e |
cl-plus-ssl_20191020.git2908199.orig.tar.xz | 42.9 KiB | 84918f9b2fdde059cd8e96ddc6748b16198494950242386b00cecb090368b196 |
cl-plus-ssl_20191020.git2908199-1.debian.tar.xz | 4.3 KiB | 308c27aa3b2bf461042841cb8b4b6263dbcdd2ff89bb6c3d38f4837ea1a938ae |
Available diffs
No changes file available.
Binary packages built by this source
- cl-plus-ssl: 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.)