Home / datalog / 1.8
Name Modified Size InfoDownloads / Week
Parent folder
datalog-1.8-2.fc16.src.rpm 2012-01-30 580.2 kB
README 2012-01-20 905 Bytes
datalog-1.8-1.fc16.src.rpm 2012-01-20 580.2 kB
datalog-1.8.tar.gz 2012-01-20 575.1 kB
ChangeLog 2012-01-20 7.2 kB
Totals: 5 Items   1.7 MB 0
			       Datalog

ABSTRACT

This package contains a lightweight deductive database system.
Queries and database updates are expressed using Datalog--a
declarative logic language in which each formula is a function-free
Horn clause, and every variable in the goal of a clause must appear in
the body of the clause.  The use of Datalog syntax and an
implementation based on tabling intermediate results, ensures that all
queries terminate.

The components in this package are designed to be small, and usable on
memory constrained devices.  The package includes an interactive
interpreter for Datalog, and a library that can be used to embed the
interpreter into C programs.

INSTALLATION

If you have Lua 5.1 installed, configure with the --with-lua option.
On Debian-based systems, use:

    $ ./configure --with-lua-suffix=5.1 CPPFLAGS=-I/usr/include/lua5.1

Datalog can be built on top of Lua 5.2 too.
Source: README, updated 2012-01-20