File: control

package info (click to toggle)
xbsql 0.11-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,520 kB
  • ctags: 709
  • sloc: sh: 9,259; cpp: 5,356; yacc: 668; xml: 186; makefile: 49; perl: 33
file content (66 lines) | stat: -rw-r--r-- 2,800 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
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
Source: xbsql
Section: libs
Priority: optional
Maintainer: Peter Eisentraut <petere@debian.org>
Build-Depends: cdbs (>= 0.4.37), debhelper (>= 5), c++abi2-dev, libncurses5-dev (>= 5.4), libreadline5-dev, libxbase2.0-dev, bison, xsltproc, docbook-xsl
Standards-Version: 3.7.2

Package: libxbsql0c2
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libxbsql0
Conflicts: libxbsql0
Suggests: libxbsql-bin
Description: SQL wrapper for XBase DBMS library
 XBSQL is a wrapper library that provides an SQL-subset interface to the
 XBase DBMS.  XBSQL in no way provides anything like a complete SQL
 implementation and in any case is hampered by various limitations of
 XBase (such as no notion of a null value). It does, however, implement a
 fairly useful subset, including select, insert, update and delete.
 Select for instance supports joins, ordering, grouping, and the having
 clause.
 .
 This package contains the run-time library.  Use the libxbsql-dev package
 to use it in C++ applications or the libxbsql-bin package to get a
 shell-like, interactive utility.

Package: libxbsql-dev
Section: libdevel
Priority: optional
Architecture: any
Depends: libxbsql0c2 (= ${Source-Version}), libxbase2.0-dev
Suggests: libxbsql-bin
Description: SQL wrapper for XBase DBMS library (development files)
 XBSQL is a wrapper library that provides an SQL-subset interface to the
 XBase DBMS.  XBSQL in no way provides anything like a complete SQL
 implementation and in any case is hampered by various limitations of
 XBase (such as no notion of a null value). It does, however, implement a
 fairly useful subset, including select, insert, update and delete.
 Select for instance supports joins, ordering, grouping, and the having
 clause.
 .
 This package contains the files to build C++ applications as well as the
 programming documentation.  Use the libxbsql-bin package to be get a
 shell-like, interactive utility.
     
Package: libxbsql-bin
Section: misc
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Suggests: libxbsql-dev
Description: command-line interface to libxbsql
 XBSQL is a wrapper library that provides an SQL-subset interface to the
 XBase DBMS.  XBSQL in no way provides anything like a complete SQL
 implementation and in any case is hampered by various limitations of
 XBase (such as no notion of a null value). It does, however, implement a
 fairly useful subset, including select, insert, update and delete.
 Select for instance supports joins, ordering, grouping, and the having
 clause.
 .
 This package contains the xql utility, a command-line interface to the
 libxbsql functionality.  Users can execute SQL statements on a database
 consisting of a set of .dbf files.  Programming documentation is in the
 package libxbsql-dev.