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
|
Source: msql
Maintainer: Martin Schulze <joey@debian.org>
Section: non-free
Priority: optional
Standards-Version: 2.4.0.0
Package: msqld
Architecture: any
Pre-Depends: passwd
Depends: ${shlibs:Depends}, msql
Suggests: smail | mail-transport-agent
Conflicts: msqld (<<2.0.3-1)
Section: non-free
Priority: optional
Description: MiniSQL engine
MiniSQL is an ANSI-SQL database that is offered to the public
under a limited commercial license.
.
mSQL has been designed to provide fast access to stored data with low
memory requirements. As its name implies mSQL (or MiniSQL) offers a
subset of ANSI-SQL as its query interface. Although it only supports
a subset of SQL, everything it supports is in accordance with the
ANSI SQL specification.
Package: msql
Architecture: any
Depends: ${shlibs:Depends}
Suggests: msqld
Conflicts: msql (<<2.0.3-1)
Section: non-free
Priority: optional
Suggests: bc
Description: MiniSQL clients
This package contains some frontends programs for the mSQL
database engine. These programs need not necessarily be
installed on the database server.
Package: libmsql2
Architecture: any
Depends: ${shlibs:Depends}
Suggests: msql | msqld
Conflicts: libmsql1
Section: non-free
Priority: optional
Description: MiniSQL library [libc6]
This package contains the shared mSQL library together with header
files and manual pages.
Package: w3-msql
Architecture: any
Depends: ${shlibs:Depends}
Suggests: httpd
Section: non-free
Priority: optional
Description: Integration of mSQL and the World Wide Web
Using W3-mSQL, web based applications can be rapidly developed by
embedding mSQL and other programmatic constructs directly into the
HTML code. This removes the need to write a multitude of small CGI
scripts for every web page with dynamic content.
.
Also included is the Lite scripting language. Lite is a stand-alone
version of the language used by W3-mSQL. By including Lite in the
distribution, a developer has a consistent language that s/he can use
to develop stand-alone or web based applications that utilise mSQL.
Package: msql-doc
Architecture: all
Section: non-free
Priority: optional
Description: Docuentation for mSQL
This package contains both PostScript and HTML documentation for the
MiniSQL database.
|