File: control

package info (click to toggle)
4store 1.1.6%2B20151109-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 82,388 kB
  • sloc: ansic: 65,689; sh: 2,916; perl: 2,245; makefile: 281; python: 213
file content (75 lines) | stat: -rw-r--r-- 2,446 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: 4store
Section: utils
Priority: extra
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders: Dave Beckett <dajobe@debian.org>
Build-Depends: cdbs (>= 0.4.123~),
 libtool,
 automake,
 autoconf,
 debhelper,
 dh-buildinfo,
 devscripts,
 libpcre3-dev,
 libglib2.0-dev,
 ncurses-dev,
 libreadline-dev,
 libavahi-client-dev,
 libavahi-glib-dev,
 libstemmer-dev,
 uuid-dev,
 librasqal3-dev,
 libraptor2-dev,
 d-shlibs
Standards-Version: 3.9.7
Homepage: https://github.com/garlik/4store
Vcs-Git: https://anonscm.debian.org/git/collab-maint/4store
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/4store.git

Package: 4store
Architecture: any
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Recommends:  ${cdbs:Recommends}
Description: RDF database storage and query engine -- database daemon
 4store is a database storage and query engine that holds RDF data.
 .
 4store's main strengths are its performance, scalability and stability.
 It does not provide many features over and above RDF storage and SPARQL
 queries, but if your are looking for a scalable, secure, fast and
 efficient RDF store, then 4store should be on your shortlist.
 .
 This package contains the database daemon and related utilities.

Package: lib4store-dev
Section: libdevel
Architecture: any
Depends: lib4store0 (= ${binary:Version}),
 ${cdbs:Depends},
 ${misc:Depends}
Description: RDF database storage and query engine -- development files
 4store is a database storage and query engine that holds RDF data.
 .
 4store's main strengths are its performance, scalability and stability.
 It does not provide many features over and above RDF storage and SPARQL
 queries, but if your are looking for a scalable, secure, fast and
 efficient RDF store, then 4store should be on your shortlist.
 .
 This package contains the development headers and static library.

Package: lib4store0
Section: libs
Architecture: any
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Description: RDF database storage and query engine -- shared library
 4store is a database storage and query engine that holds RDF data.
 .
 4store's main strengths are its performance, scalability and stability.
 It does not provide many features over and above RDF storage and SPARQL
 queries, but if your are looking for a scalable, secure, fast and
 efficient RDF store, then 4store should be on your shortlist.
 .
 This package contains the shared library lib4store.