Source: futuresql
Section: libs
Priority: optional
Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Build-Depends: cmake (>= 2.8.12),
               debhelper-compat (= 13),
               dh-sequence-kf5,
               extra-cmake-modules,
               libqt5sql5-sqlite,
               pkg-kde-tools,
               qtbase5-dev,
               qcoro-qt5-dev,
Standards-Version: 3.9.8
Vcs-Browser: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/futuresql
Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/futuresql

Package: libfuturesql-dev
Section: libdevel
Architecture: any
Depends: libfuturesql5-0 (= ${binary:Version}),
         qtbase5-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: asynchronous Qt code library - development files
 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.
 .
 This package provides the development Files.

Package: libfuturesql5-0
Architecture: any
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.
