File: control

package info (click to toggle)
libneo4j-client 2.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,504 kB
  • sloc: ansic: 24,979; sh: 4,261; makefile: 206
file content (63 lines) | stat: -rw-r--r-- 2,585 bytes parent folder | download | duplicates (2)
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
Source: libneo4j-client
Section: devel
Priority: optional
Maintainer: Chris Leishman <chris@leishman.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libssl-dev, libedit-dev, libcypher-parser-dev (>= 0.5.1)
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8
Homepage: https://neo4j-client.net
Vcs-Git: https://github.com/cleishm/libneo4j-client.git
Vcs-Browser: https://github.com/cleishm/libneo4j-client

Package: neo4j-client
Section: database
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command line shell for the Neo4j graph database
 Neo4j is a Graph Database with an open-source, community licensed server.
 .
 neo4j-client supports secure connections to Neo4j server, sending of
 statements (including multiline statements), persistent command history, and
 rendering of results to tables or CSV.

Package: libneo4j-client11
Provides: libneo4j-client
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Client library for the Neo4j graph database
 Neo4j is a Graph Database with an open-source, community licensed server.
 .
 libneo4j-client takes care of all the detail of establishing a session with a
 Neo4j server, sending statements for evaluation, and retrieving results.

Package: libneo4j-client-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libneo4j-client11 (= ${binary:Version}), ${misc:Depends}
Breaks: libneo4j-client7-dev (<< 1.0.0-1), libneo4j-client8-dev (<< 1.0.0-2)
Replaces: libneo4j-client7-dev (<< 1.0.0-1), libneo4j-client8-dev (<< 1.0.0-2)
Suggests: pkg-config
Description: Development files for libneo4j-client, a client library for Neo4j
 Neo4j is a Graph Database with an open-source, community licensed server.
 .
 libneo4j-client takes care of all the detail of establishing a session with a
 Neo4j server, sending statements for evaluation, and retrieving results.
 .
 This package contains the development files (headers, static libraries).

Package: libneo4j-client-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Recommends: libneo4j-client-dev
Description: Documentation for libneo4j-client, a client library for Neo4j
 Neo4j is a Graph Database with an open-source, community licensed server.
 .
 libneo4j-client takes care of all the detail of establishing a session with a
 Neo4j server, sending statements for evaluation, and retrieving results.
 .
 This package contains the documentation that is also available on the
 libneo4j-client website (https://github.com/cleishm/libneo4j-client).