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
52
53
54
55
56
57
58
59
60
61
62
|
Source: xbase64
Priority: optional
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 8), doxygen, dh-autoreconf
Homepage: http://sourceforge.net/projects/xdb/
Package: libxbase64-1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: xbase compatible C++ class library (shared libraries)
Xbase (formerly known as xdb, also formerly known as xBase) is a collection
of specifiations, programs, utilities and a C++ class library for
manipulating Xbase type datafiles and indices.
.
Xbase 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.
.
This package contains the shared libraries necessary to run programs linked
against Xbase. For documentation, please install the libxbase2.0-dev package.
Package: libxbase64-dev
Section: libdevel
Architecture: any
Depends: libxbase64-1 (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends}
Suggests: libxbase64-bin
Description: xbase compatible C++ class library (development files)
Xbase (formerly known as xdb, also formerly known as xBase) is a collection
of specifiations, programs, utilities and a C++ class library for
manipulating Xbase type datafiles and indices.
.
Xbase 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.
.
This package contains development files for Xbase and documentation
distributed with Xbase.
Package: libxbase64-bin
Section: libs
Architecture: any
Depends: libxbase64-1 (= ${binary:Version}), libxbase64-dev, ${shlibs:Depends}, ${misc:Depends}
Conflicts: libxdb-dev, libxbase2.0-bin, dvb-apps
Description: xbase compatible C++ class library (utilities)
Xbase (formerly known as xdb, also formerly known as xBase) is a collection
of specifiations, programs, utilities and a C++ class library for
manipulating Xbase type datafiles and indices.
.
Xbase 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.
.
This package contains the utility files for Xbase distributed with Xbase.
|