1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>SWI-Prolog packages</title>
</head>
<body>
<h1 align=center>SWI-Prolog packages</h1>
<p>
This page provides a brief overview of the packages devivered as
part of the SWI-Prolog official source-tree. Packages are libraries,
often involving foreign parts, that can be installed on top of
SWI-Prolog/lite, the plain Prolog compiler.
<p>
In addition to the packages discribed here there are contributed
packages that are not part of the SWI-Prolog source-tree. Check
<a href="http://www.swi.psy.uva.nl/projects/SWI-Prolog/packages">the
SWI-Prolog package home</a>.
<p>
<table border=2 with="80%" align=center>
<tr><th>Package
<th>Status
<th>Description
<tr><th><a href="clib.html">clib</a>
<td>Installed (Win32: only sockets, mime and cgi)
<td>Communication and Process management
<tr><th><a href="pl2cpp.html">cpp</a>
<td>Installed
<td>A true C++ interface
<tr><th>db
<td>Alpha
<td>BerkeleyDB interface
<tr><th>jasmine
<td>Alpha (Win32 only)
<td>Jasmine OO database interface
<tr><th>ltx2htm
<td>Not integrated, Unix only
<td>LaTeX to HTML in Prolog
<tr><th>mp
<td>Not integrated
<td>Arbitrary-precision arithmetic (GNU-MP)
<tr><th><a href="sgml2pl.html">sgml</a>
<td>Installed
<td>XML/SGML handling
<tr><th><a href="rdf2pl.html">sgml/RDF</a>
<td>Installed
<td>RDF handling on top of pl2sgml
<tr><th><a href="table.html">table</a>
<td>Installed
<td>Access field/record files quickly
<tr><th><a href="http://www.swi-prolog.org/packages/xpce/">XPCE</a>
<td>Installed
<td>Graphical UI toolkit and development add-ons
</table>
</body>
</html>
|