File: control

package info (click to toggle)
libvsqlitepp 0.3.13-4.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 296 kB
  • sloc: cpp: 765; makefile: 79; sh: 31
file content (48 lines) | stat: -rw-r--r-- 1,644 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
Source: libvsqlitepp
Section: libs
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13), perl, rdfind, symlinks
              ,doxygen
              ,graphviz
              ,libboost-dev
              ,libsqlite3-dev
Homepage: https://vsqlite.virtuosic-bytes.com/
Vcs-Browser: https://salsa.debian.org/debian/libvsqlitepp
Vcs-Git: https://salsa.debian.org/debian/libvsqlitepp.git
Standards-Version: 4.7.3

Package: libvsqlitepp3v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libvsqlitepp3
Replaces: libvsqlitepp3
Description: SQLite3 Wrapper for C++
 VSQLite++ wraps the SQLite C API with exception-safe RAII objects,
 connection pooling, JSON & FTS helpers, and batteries-included
 utilities so you can focus on your data.

Package: libvsqlitepp-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${plib} (= ${binary:Version})
Description: SQLite3 Wrapper for C++ -- development files
 VSQLite++ wraps the SQLite C API with exception-safe RAII objects,
 connection pooling, JSON & FTS helpers, and batteries-included
 utilities so you can focus on your data.
 .
 This package provides development files.
Multi-Arch: same

Package: libvsqlitepp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-jquery
Description: SQLite3 Wrapper for C++ -- API documentation
 VSQLite++ wraps the SQLite C API with exception-safe RAII objects,
 connection pooling, JSON & FTS helpers, and batteries-included
 utilities so you can focus on your data.
 .
 This package provides API documentation.