File: control

package info (click to toggle)
metakit 2.4.3-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,468 kB
  • ctags: 3,548
  • sloc: xml: 29,455; cpp: 23,339; sh: 9,051; tcl: 1,195; python: 577; makefile: 254; ansic: 14
file content (32 lines) | stat: -rw-r--r-- 1,282 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
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.