Source: php-duckdb
Section: php
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               phpunit <!nocheck>
Standards-Version: 4.7.4
Homepage: https://github.com/satur-io/duckdb-php
Vcs-Git: https://salsa.debian.org/php-team/pear/php-duckdb.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-duckdb

Package: php-duckdb
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: This package provides a DuckDB Client API for PHP
 Focused on performance, it uses the official C API internally through FFI,
 achieving good benchmarks. This library is more than just a wrapper for the C API;
 it introduces custom, PHP-friendly methods to simplify working with DuckDB.
