openbsd-ports/lang/datalog/pkg/PLIST
jasper ccc1c3bc39 import datalog 1.5
The Datalog 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 head 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.

from Daniel Dickman
ok sthen@
2011-07-02 09:48:03 +00:00

9 lines
212 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/02 09:48:03 jasper Exp $
@bin bin/datalog
include/datalog.h
@info info/datalog.info
lib/libdatalog.a
share/datalog/
share/datalog/datalog.html
share/datalog/datalog.lua