annotate magnatune/sparql-archived/SeRQL/lib/README @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents df9685986338
children
rev   line source
Chris@0 1 ---+ SeRQL library extensions
Chris@0 2
Chris@0 3 This directory contains files that are condidate for the SWI-Prolog core
Chris@0 4 libraries. SeRQL places it at the start of the standard library search
Chris@0 5 path. They should be loaded using a normal library loading call as
Chris@0 6 below, so they can be moved to the SWI-Prolog library without affecting
Chris@0 7 the application.
Chris@0 8
Chris@0 9 ==
Chris@0 10 :- use_module(library(xyx)).
Chris@0 11 ==