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 54 55 56 57
|
Source: hoel
Section: devel
Priority: optional
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
, Nicolas Mora <babelouest@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
, autopkgtest (>= 5.6~)
, liborcania-dev (>= 2.2.2)
, libyder-dev
, libjansson-dev
, libsqlite3-dev
, libpq-dev
, default-libmysqlclient-dev
, cmake
, pkg-config
, check
, sqlite3
, doxygen
Standards-Version: 4.6.2
Homepage: https://github.com/babelouest/hoel
Vcs-Browser: https://salsa.debian.org/debian-iot-team/oauth2/hoel.git
Vcs-Git: https://salsa.debian.org/debian-iot-team/oauth2/hoel.git
Rules-Requires-Root: no
Package: libhoel1.4t64
Provides: ${t64:Provides}
Replaces: libhoel1.4
Breaks: libhoel1.4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: database abstraction library written in C
Simple and easy to use database access library. Works with SQLite 3,
MariaDB/Mysql and PostgreSQL databases. Uses a json-based
language with jansson to execute simples queries based on one table.
Package: libhoel-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libhoel1.4t64 (= ${binary:Version})
, ${misc:Depends}
, libjansson-dev
, liborcania-dev (>= 2.2.2)
, libyder-dev
, libsqlite3-dev
, libpq-dev
, default-libmysqlclient-dev
Description: database abstraction library written in C - development
Simple and easy to use database access library. Works with SQLite 3,
MariaDB/Mysql and PostgreSQL databases. Uses a json-based
language with jansson to execute simples queries based on one table.
.
This package contains the development files.
|