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 | ||
http_settings.pl | ||
setup.pl -- Configuration (setup) of ClioPatria | ||
copy_file_with_vars/3 | As cp File DirOrFile , while substituting @var@ from Bindings using copy_stream_with_vars/3. | |
setup_default_config/3 | Setup the enabled cofiguration directory from the given ConfigAvail. | |
setup_goodbye/0 | Say we are done. | |
setup_scripts/2 | Copy all *.in files in SrcDir into DstDir, replacing variables denoted as @NAME@. | |
version.pl -- Manage software versions |