File: control

package info (click to toggle)
xbsql 0.11-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,552 kB
  • ctags: 712
  • sloc: sh: 9,509; cpp: 5,356; yacc: 668; xml: 194; makefile: 119; perl: 33
file content (63 lines) | stat: -rw-r--r-- 2,866 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
Source: xbsql
Section: libs
Priority: optional
Maintainer: Rafal Lewczuk <rlewczuk@pronet.pl>
Build-Depends: dpatch (>= 2.0.0), debhelper (>= 4.0.0), automake1.6, libncurses5-dev (>= 5.4), libreadline4-dev (>= 4.3), libxbase2.0-dev, bison, flex, xsltproc, docbook-xsl
Standards-Version: 3.6.1

Package: libxbsql0
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Description: SQL wrapper for XBase DBMS library
 XBSQL is a wrapper library which provides an SQL-subset interface to Xbase 
 DBMS. XBSQL by 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). However, it implements a fairly useful subset, 
 including select, insert, update and delete; select for instance supports 
 joins, ordering, grouping and the having clause.

Package: libxbsql-dev
Section: libdevel
Priority: optional
Architecture: any
Depends: libxbsql0 (= ${Source-Version}), libxbase2.0-dev
Recommends: libxbsql-doc
Description: SQL wrapper for XBase DBMS library development files
 XBSQL is a wrapper library which provides an SQL-subset interface to Xbase 
 DBMS. XBSQL by 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). However, it implements a fairly useful subset, 
 including select, insert, update and delete; select for instance supports 
 joins, ordering, grouping and the having clause.
     
Package: libxbsql-bin
Section: misc
Priority: optional
Architecture: any
Depends: libxbsql0
Description: Command line interface to libxbsql
 This package contains xql utility - a command line interface to libxbsql
 functionality. User can perform SQL statements on a database consisting
 of a bunch of .dbf files. 
 .
 XBSQL is a wrapper library which provides an SQL-subset interface to Xbase 
 DBMS. XBSQL by 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). However, it implements a fairly useful subset, 
 including select, insert, update and delete; select for instance supports 
 joins, ordering, grouping and the having clause.

Package: libxbsql-doc
Section: doc
Priority: optional
Architecture: all
Suggests: libxbsql-dev
Description: SQL wrapper for XBase DMBS library - documentation
 XBSQL is a wrapper library which provides an SQL-subset interface to Xbase 
 DBMS. XBSQL by 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). However, it implements a fairly useful subset, 
 including select, insert, update and delete; select for instance supports 
 joins, ordering, grouping and the having clause.