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
|
Source: metakit
Section: libs
Priority: extra
Maintainer: Gerfried Fuchs <alfie@debian.org>
Build-Depends: debhelper (>= 3.0), tcl8.3-dev
Standards-Version: 3.5.6
Package: libmetakit1-dev
Architecture: any
Section: devel
Depends: libmetakit1 (= ${Source-Version}), libstdc++-dev
Conflicts: libmetakit-dev
Description: MetaKit embeddable database -- development files
MetaKit is an embeddable database library. It lets you build applications
which store their data efficiently, in a portable way, and which will not
need a runtime installation. In terms of the data model, MetaKit takes
the middle ground between RDBMS, OODBMS, and flat-file databases - yet it
is quite different from each of them.
.
This package contains the include files and static libraries.
Package: libmetakit1
Architecture: any
Depends: ${shlibs:Depends}
Description: MetaKit embeddable database -- shared libraries
MetaKit is an embeddable database library. It lets you build applications
which store their data efficiently, in a portable way, and which will not
need a runtime installation. In terms of the data model, MetaKit takes
the middle ground between RDBMS, OODBMS, and flat-file databases - yet it
is quite different from each of them.
.
This package contains the shared libraries.
|