[Lunar-commits] <moonbase-other> rasqal: Adding this here, was in kde/libs/
Dennis Veatch
stumbles at lunar-linux.org
Fri Jul 20 12:59:12 CEST 2012
commit cc344d6dccfae277572815ddb7b80ffca9264c76
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 20 Jul 2012 03:59:12 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/cc344d6dccfae277572815ddb7b80ffca9264c76
rasqal: Adding this here, was in kde/libs/
---
libs/rasqal/DEPENDS +1/-0
libs/rasqal/DETAILS +29/-0
2 files changed, 30 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/libs/rasqal/DEPENDS
@@ -0,0 +1 @@
+depends raptor2
--- /dev/null
+++ b/libs/rasqal/DETAILS
@@ -0,0 +1,29 @@
+ MODULE=rasqal
+ VERSION=0.9.29
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.librdf.org/source
+ SOURCE_URL[1]=$SFORGE_URL/librdf
+ SOURCE_VFY=sha1:a005556bf62d44a8fa1cc2faf931f78ed4516852
+ WEB_SITE=http://librdf.org/rasqal
+ ENTERED=20090923
+ UPDATED=20120518
+ SHORT="A RDF Query Library"
+
+cat << EOF
+Rasqal is a free software / Open Source C library that handles Resource
+Description Framework (RDF) query syntaxes, query construction and
+query execution returning result bindings. The supported query
+languages are SPARQL and RDQL.
+
+Rasqal provides:
+ * An RDF query construction and access API.
+ * A query execution engine including constraint expression
+ evaluation.
+ * A query result binding API.
+ * Query language support for SPARQL.
+ * Query language support for RDQL.
+ * Triple store querying APIs to support running over external RDF
+ graphs.
+ * No memory leaks.
+ * roqet standalone RDF query utility program
+EOF
More information about the Lunar-commits
mailing list