This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/swi/library/packages.yap

24 lines
639 B
Prolog

/**
@defgroup clib swi
@ingroup swi
The clib package is a series of libraries developed by Jan Wielmaker
and the SWI-Prolog community for extended Operating System support.
Please consult clib.doc for the complete documentation.
*/
/**
@defgroup http The SWI http packages
@ingroup swi
The HTTP package is a series of libraries developed by Jan Wielmaker
and the SWI-Prolog community for accessing and serving data on the
web. It supports lower-level transport protocols, but also
data-representation primitives, and more.
The port to YAP focused on the client-side support. The server
package has not been as widely tested.
*/