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
|
Source: tinycdb
Section: utils
Priority: optional
Maintainer: Michael Tokarev <mjt@tls.msk.ru>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.3
Package: tinycdb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: an utility to manipulate constant databases (cdb)
tinycdb is a small, fast and reliable utility and subroutine
library for creating and reading constant databases. The database
structure is tuned for fast reading.
.
This package contains a command-line utility to create, analyze, dump
and query cdb files.
Package: libcdb1
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: shared library for constant databases (cdb)
tinycdb is a small, fast and reliable utility and subroutine
library for creating and reading constant databases. The database
structure is tuned for fast reading.
.
This package provides a shared library needed to run
programs using it.
Package: libcdb-dev
Architecture: any
Section: libdevel
Depends: libcdb1 (= ${binary:Version}), ${misc:Depends}
Recommends: tinycdb
Replaces: tinycdb (<< 0.75)
Description: development files for constant databases (cdb)
tinycdb is a small, fast and reliable utility and subroutine
library for creating and reading constant databases. The database
structure is tuned for fast reading.
.
This package provides development files needed
to build programs using cdb library.
|