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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
Source: xbase64
Priority: optional
Section: libs
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Standards-Version: 3.9.8
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
doxygen
Homepage: http://sourceforge.net/projects/xdb/
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/xbase64.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/xbase64.git
Package: libxbase64-1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs: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:
${misc:Depends},
libxbase64-1 (= ${binary:Version}),
libc6-dev | libc-dev
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
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
libxbase64-1 (= ${binary:Version}),
libxbase64-dev
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.
Package: libxbase64-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: xbase compatible C++ class library (documentation)
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 documentation for Xbase distributed with Xbase.
|