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
|
Source: xdb
Priority: optional
Maintainer: Michael Vogt <mvo@debian.org>
Standards-Version: 3.6.2
Build-Depends: debhelper (>= 6), autotools-dev
Section: libs
Package: libxdb1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libxdb, libxdb1c102
Replaces: libxdb1c102
Description: xbase compatible C++ class library
XDB is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library
originally based on the xBase library (version 1.8.1) by Gary Kunkel and
others (see the AUTHORS file).
.
XDB was forked off from the xBase library because the original authors
are busy working on other things and we wanted to make our changes and
bugfixes available to others who might be interested.
.
XDB is useful for accessing data in legacy dBase 3 and 4 database files as
well as a general light-weight database engine. It includes support for
DBF (dBase version 3 and 4) data files, NDX and NTX indexes, and DBT
(dBase version 3 and 4). It supports file and record locking under *nix
OS's (we hope to fix the locking support under Win32 soon).
Package: libxdb-dev
Section: devel
Architecture: any
Depends: libxdb1 (= ${Source-Version}), libc6-dev
Description: xbase compatible C++ class library
This package contains development files for xdb, utilities
and documentation distributed with xdb.
|