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
|
Source: libpg-query
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
postgresql-server-dev-all,
protobuf-c-compiler,
Standards-Version: 4.6.0
Section: libs
Homepage: https://github.com/pganalyze/libpg_query
Vcs-Browser: https://salsa.debian.org/postgresql/libpg-query
Vcs-Git: https://salsa.debian.org/postgresql/libpg-query.git
Rules-Requires-Root: no
Package: libpg-query-dev
Section: libdevel
Architecture: any
Depends: libpg-query1706.0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: C library for accessing the PostgreSQL parser outside of the server environment
This library uses the actual PostgreSQL server source to parse SQL queries and
return the internal PostgreSQL parse tree.
Package: libpg-query1706.0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C library for accessing the PostgreSQL parser outside of the server environment
This library uses the actual PostgreSQL server source to parse SQL queries and
return the internal PostgreSQL parse tree.
|