freebsd-ports/devel/wandio/pkg-descr
Alexey Dokuchaev 2be6af5e75 Add a port of wandio, a library written in C that provides an API for
transparent reading and writing of files using a variety of supported
compression methods and transports.

PR:		203805 (modified)
Submitted by:	Alistair King
2015-10-26 09:29:28 +00:00

10 lines
476 B
Text

Libwandio is a software library written in C that provides an API for
transparent reading and writing of files using a variety of supported
compression methods. Provided pthreads are available, I/O performance
will be improved by doing any compression and/or decompression using a
separate thread.
Libwandio supports the popular compression methods (zlib, bzip2, LZMA,
write-only LZO) and HTTP transport (read-only).
WWW: http://research.wand.net.nz/software/libwandio.php