File: control

package info (click to toggle)
futuresql 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 288 kB
  • sloc: cpp: 704; makefile: 5; sql: 4
file content (53 lines) | stat: -rw-r--r-- 2,047 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
Source: futuresql
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Scarlett Moore <sgmoore@debian.org>,
Build-Depends: cmake,
               debhelper-compat (= 13),
               dh-sequence-kf6,
               dh-sequence-pkgkde-symbolshelper,
               extra-cmake-modules (>= 6.1.0~),
               libqt6sql6-sqlite <!nocheck>,
               qt6-base-dev (>= 6.6.0+dfsg~),
               qcoro-qt6-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://invent.kde.org/libraries/futuresql
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/futuresql
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/futuresql.git

Package: libfuturesql6-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: asynchronous Qt code library
 A non-blocking database framework for Qt.
 FutureSQL was in part inspired by Diesel, and provides a higher level of
 abstraction than QtSql.
 Its features include non-blocking database access by default, relatively
 boilderplate-free queries, automatic database migrations and simple mapping
 to objects.
 In order to make FutureSQL's use of templates less confusing, FutureSQL uses
 C++20 concepts, and requires a C++20 compiler.
 Warning: The API is not finalized yet.

Package: libfuturesql6-dev
Section: libdevel
Architecture: any
Depends: qt6-base-dev,
         libfuturesql6-0 (= ${binary:Version}),
         ${misc:Depends}
Description: asynchronous Qt code development
 A non-blocking database framework for Qt.
 FutureSQL was in part inspired by Diesel, and provides a higher level of
 abstraction than QtSql.
 Its features include non-blocking database access by default, relatively
 boilderplate-free queries, automatic database migrations and simple mapping
 to objects.
 In order to make FutureSQL's use of templates less confusing, FutureSQL uses
 C++20 concepts, and requires a C++20 compiler.
 Warning: The API is not finalized yet.
 .
 Development Files.