1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Document: swi-prolog-archive
Title: SWI-Prolog Binding to libarchive
Author: Jan Wielemaker
Abstract: The library libarchive provides a portable way to access
archive files as well as encoded (typically compressed) data. This
package is a Prolog wrapper around this library. The motivation to
introduce this library is twofold. In the first place, it provides a
minimal platform independent API to access archives. In the second
place, it allows accessing archives through Prolog streams, which
often eliminates the need for temporary files and all related
consequences for performance, security and platform dependency.
Section: Programming/Prolog
Format: HTML
Index: /usr/share/doc/swi-prolog-doc/packages/archive.html
Files: /usr/share/doc/swi-prolog-doc/packages/archive.html
|