-*- mode: outline; coding: utf-8 -*-

* SUMMARY
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 is Industria's website: <https://weinholt.se/industria/>.

* DOCUMENTATION
The latest manual is available online at
<https://weinholt.se/industria/manual/>.

The sources for the manual are available in Texinfo format in the
documentation directory. Use these commands from that directory to
build the manual:

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
Industria is available under the MIT license. See the file LICENSE.txt
for details.
