Index of /industria
Name Last modified Size Description
Parent Directory -
manual/ 02-Feb-2012 01:12 -
releases/ 19-Oct-2010 19:58 -
snapshots/ 02-Feb-2012 01:12 -
NEWS 02-Feb-2012 01:12 5.1K
industria-1.0.tar.bz2 09-Oct-2010 20:34 199K Released version of Industria
industria-1.0.tar.bz2.asc 09-Oct-2010 20:34 189 Detached OpenPGP signature
industria-1.0.tar.gz 09-Oct-2010 20:34 220K Released version of Industria
industria-1.0.tar.gz.asc 09-Oct-2010 20:34 189 Detached OpenPGP signature
industria-1.0.tar.xz 09-Oct-2010 20:34 186K Released version of Industria
industria-1.0.tar.xz.asc 09-Oct-2010 20:34 189 Detached OpenPGP signature
industria-1.0.zip 09-Oct-2010 20:34 302K Released version of Industria
industria-1.0.zip.asc 09-Oct-2010 20:34 189 Detached OpenPGP signature
industria-1.1.tar.bz2 28-Nov-2010 12:15 212K Released version of Industria
industria-1.1.tar.bz2.asc 28-Nov-2010 12:15 1.0K Detached OpenPGP signature
industria-1.1.tar.gz 28-Nov-2010 12:15 232K Released version of Industria
industria-1.1.tar.gz.asc 28-Nov-2010 12:15 1.0K Detached OpenPGP signature
industria-1.1.tar.xz 28-Nov-2010 12:15 194K Released version of Industria
industria-1.1.tar.xz.asc 28-Nov-2010 12:15 1.0K Detached OpenPGP signature
industria-1.1.zip 28-Nov-2010 12:15 318K Released version of Industria
industria-1.1.zip.asc 28-Nov-2010 12:15 1.0K Detached OpenPGP signature
industria-1.2.tar.bz2 13-Aug-2011 17:10 266K Released version of Industria
industria-1.2.tar.bz2.asc 13-Aug-2011 17:11 1.0K Detached OpenPGP signature
industria-1.2.tar.gz 13-Aug-2011 17:10 293K Released version of Industria
industria-1.2.tar.gz.asc 13-Aug-2011 17:11 1.0K Detached OpenPGP signature
industria-1.2.tar.xz 13-Aug-2011 17:10 243K Released version of Industria
industria-1.2.tar.xz.asc 13-Aug-2011 17:11 1.0K Detached OpenPGP signature
industria-1.2.zip 13-Aug-2011 17:10 399K Released version of Industria
industria-1.2.zip.asc 13-Aug-2011 17:11 1.0K Detached OpenPGP signature
industria-1.3.tar.bz2 01-Feb-2012 21:18 274K Released version of Industria
industria-1.3.tar.bz2.asc 01-Feb-2012 21:18 836 Detached OpenPGP signature
industria-1.3.tar.gz 01-Feb-2012 21:17 302K Released version of Industria
industria-1.3.tar.gz.asc 01-Feb-2012 21:18 836 Detached OpenPGP signature
industria-1.3.tar.xz 01-Feb-2012 21:17 250K Released version of Industria
industria-1.3.tar.xz.asc 01-Feb-2012 21:18 836 Detached OpenPGP signature
industria-1.3.zip 01-Feb-2012 21:18 412K Released version of Industria
industria-1.3.zip.asc 01-Feb-2012 21:18 836 Detached OpenPGP signature
industria.html 02-Feb-2012 01:12 426K Industria Libraries Manual (single page)
industria.pdf 02-Feb-2012 01:12 605K Industria Libraries Manual
README
-*- mode: outline; coding: utf-8 -*-
* WHAT THIS IS
Industria is a collection of portable R6RS Scheme libraries for
cryptography (AES, DES, Blowfish, HMAC, MD5, SHA-1, SHA-2, RSA, DSA,
etc.), zip/gzip/zlib decompression, disassembly of amd64 machine code,
Off-The-Record messaging, bytevector pack/unpack syntax, TLS
connections via custom binary ports, and more.
Here's the project website:
<https://code.launchpad.net/~weinholt/scheme-libraries/industria>
Here's an alternative website: <https://weinholt.se/industria/>.
* DOCUMENTATION
For the complete manual, please see the Texinfo document in the
documentation directory. Use these commands to build it:
makeinfo industria.texinfo # info format
makeinfo --plaintext industria.texinfo # text format
makeinfo --no-split --html industria.texinfo # html format
texi2pdf industria.texinfo # pdf format
* LICENSING
If nothing else is mentioned, the code is:
Copyright © 2008, 2009, 2010, 2011, 2012 Göran Weinholt <goran@weinholt.se>
weinholt/compression/sliding-buffer.sls is:
Copyright (C) 2009 Andreas Rottmann <a.rottmann@gmx.at>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.