1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: ruby-graffiti
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Borodaenko <angdraug@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-sequel,
ruby-sqlite3,
syncache
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-graffiti.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-graffiti
Homepage: https://www.nongnu.org/samizdat/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-graffiti
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-pg | ruby-mysql2 | ruby-sqlite3,
ruby-sequel,
syncache,
${misc:Depends},
${shlibs:Depends}
Suggests: ruby-sequel-pg
Description: Relational RDF store for Ruby
Graffiti is an RDF store based on dynamic translation of RDF queries into SQL.
Graffiti allows one to map any relational database schema into RDF semantics
and vice versa, to store any RDF data in a relational database.
.
Graffiti uses Sequel to connect to database backend and provides a DBI-like
interface to run RDF queries in Squish query language from Ruby applications.
|