Source: qrestapi
Standards-Version: 4.7.4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Fernando Hueso <Fernando.Hueso@uv.es>,
Section: libs
Build-Depends:
 debhelper-compat (= 14),
 dh-exec,
 pkgconf,
 cmake,
 qt6-base-dev,
 qt6-declarative-dev,
Vcs-Browser: https://salsa.debian.org/med-team/qrestapi
Vcs-Git: https://salsa.debian.org/med-team/qrestapi.git
Homepage: https://github.com/commontk/qRestAPI

Package: libqrestapi
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Simple Qt library allowing to synchronously or asynchronously query
 a REST server.
 .
 This package contains the library needed to run qRestAPI.

Package: libqrestapi-dev
Architecture: any
Section: libdevel
Depends:
 libqrestapi (= ${binary:Version}),
 ${misc:Depends},
Description: Simple Qt library allowing to synchronously or asynchronously query
 a REST server.
 .
 This package contains development files and headers needed to use qRestAPI.
