File: control

package info (click to toggle)
whitedb 0.7.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,452 kB
  • ctags: 2,681
  • sloc: ansic: 31,714; python: 790; lex: 359; java: 277; makefile: 172; yacc: 138; sh: 87; sed: 36
file content (58 lines) | stat: -rw-r--r-- 2,195 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
Source: whitedb
Section: devel
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf
Homepage: http://whitedb.org/
Standards-Version: 3.9.5

Package: whitedb
Section: database
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libwgdb0 (= ${binary:Version})
Multi-Arch: foreign
Description: lightweight NoSQL database library
 WhiteDB is a lightweight NoSQL database library written in C, operating
 fully in main memory. There is no server process. Data is read and written
 directly from/to shared memory, no sockets are used between WhiteDB and the
 application program.

#Package: libwgdb-dbg
#Section: debug
#Architecture: any
#Priority: extra
#Depends: libwgdb0 (= ${binary:Version}), ${misc:Depends}
#Multi-Arch: foreign
#Description: lightweight NoSQL database library, debugging symbols
# WhiteDB is a lightweight NoSQL database library written in C, operating
# fully in main memory. There is no server process. Data is read and written
# directly from/to shared memory, no sockets are used between WhiteDB and the
# application program.
# .
# This package contains the debugging symbols for the libraries.

Package: libwgdb0
Section: libs
Architecture: any
Priority: standard
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: lightweight NoSQL database library, shared library
 WhiteDB is a lightweight NoSQL database library written in C, operating
 fully in main memory. There is no server process. Data is read and written
 directly from/to shared memory, no sockets are used between WhiteDB and the
 application program.

Package: libwgdb-dev
Section: libdevel
Architecture: any
Depends: libwgdb0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: lightweight NoSQL database library, development files
 WhiteDB is a lightweight NoSQL database library written in C, operating
 fully in main memory. There is no server process. Data is read and written
 directly from/to shared memory, no sockets are used between WhiteDB and the
 application program.
 .
 This package contains the development files (headers, static libraries).