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
|
Source: tinycdb
Section: utils
Priority: optional
Maintainer: Michael Tokarev <mjt@tls.msk.ru>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: binary-targets
Homepage: http://www.corpit.ru/mjt/tinycdb.html
Package: tinycdb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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}
# cdb.5 move tinycdb=>libcdb1 in 0.79
Replaces: tinycdb (<< 0.79)
Breaks: tinycdb (<< 0.79)
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)
Multi-Arch: same
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.
|