ClioPatria library extensions
This directory contains files that are candidate for the SWI-Prolog core libraries. ClioPatria places it at the start of the standard library search path. They should be loaded using a normal library loading call as below, so they can be moved to the SWI-Prolog library without affecting the application.
:- use_module(library(xyx)).
Prolog files
bundle.pl -- Import bundles![]() | ||
|---|---|---|
conf_d.pl -- Load configuration directories![]() | ||
count.pl -- This module provides various ways to count solutions![]() | ||
http_settings.pl![]() | ||
setup.pl -- Configuration (setup) of ClioPatria![]() | ||
version.pl -- Manage software versions![]() | ||
| check_prolog_version/1 | Validate the program is running under Prolog version Required or newer. | ![]() |
| git_module_property/2 | Property is a property of the named git-component. | ![]() |
| register_git_module/2 | Register the directory from which the Prolog file was loaded as a GIT component about which to report version information. | ![]() |
