File: control

package info (click to toggle)
mysql%2B%2B 3.2.1%2Bpristine-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,624 kB
  • ctags: 11,252
  • sloc: cpp: 35,659; sh: 3,034; makefile: 951; perl: 786
file content (43 lines) | stat: -rw-r--r-- 1,590 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
Source: mysql++
Priority: optional
Section: libs
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: debhelper (>> 5), cdbs, autotools-dev, libmysqlclient-dev, libssl-dev
Standards-Version: 3.9.5
Homepage: http://tangentsoft.net/mysql++/

Package: libmysql++-dev
Section: libdevel
Architecture: any
Depends: libmysql++3 (= ${binary:Version}), libmysqlclient-dev, ${misc:Depends}
Suggests: libmysql++-doc
Description: MySQL C++ library bindings (development)
 MySQL++ is a complex C++ API for MySQL (and other SQL databases
 soon). The goal of this API is to make working with Queries as easy
 as working with other STL containers.
 .
 This package provides development support.

Package: libmysql++3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MySQL C++ library bindings (runtime)
 MySQL++ is a complex C++ API for MySQL (and other SQL databases
 soon). The goal of this API is to make working with Queries as easy
 as working with other STL Containers.
 .
 This package provides runtime support.

Package: libmysql++-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libmysql++-dev
Description: MySQL C++ library bindings (documentation and examples)
 MySQL++ is a complex C++ API for MySQL (and other SQL databases
 soon). The goal of this API is to make working with Queries as easy
 as working with other STL Containers.
 .
 This package provides documentation and examples.  Please read the
 instructions in README.Debian in order to build the examples.