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 bundlesShow source
conf_d.pl  -- Load configuration directoriesShow source
count.pl  -- This module provides various ways to count solutionsShow source
http_settings.plShow source
setup.pl  -- Configuration (setup) of ClioPatriaShow source
version.pl  -- Manage software versionsShow source