2016-11-11 13:55:55 +08:00
Source: libpq
2020-05-29 04:07:36 +08:00
Version: 12.2-1
2020-01-14 07:43:36 +08:00
Build-Depends: libpq[bonjour] (osx)
2020-02-04 06:22:52 +08:00
Supports: !uwp
2019-06-16 07:54:47 +08:00
Homepage: https://www.postgresql.org/
2016-11-11 13:55:55 +08:00
Description: The official database access API of postgresql
2020-01-14 07:43:36 +08:00
Default-Features: zlib, openssl
Feature: openssl
Build-Depends: openssl
Description: support for encrypted client connections and random number generation on platforms that do not have "/dev/urandom" (except windows) (--with-openssl)
Feature: zlib
Build-Depends: zlib
Description: Use zlib (else --without-zlib)
Feature: readline
Build-Depends: readline
Description: Use readline (else --without-readline)
Feature: libedit
Build-Depends: libedit
Description: prefer libedit (--with-libedit-preferred)
Feature: perl
2020-05-19 01:36:03 +08:00
Build-Depends: perl, libpq[core,client]
2020-01-14 07:43:36 +08:00
Description: build the server programming language PL/Perl (dynamic only?) (--with-perl)
Feature: python
2020-05-19 01:36:03 +08:00
Build-Depends: python3, libpq[core,client]
2020-01-14 07:43:36 +08:00
Description: build the PL/Python server programming language (dynamic only?) (--with-python)
Feature: tcl
2020-05-19 01:36:03 +08:00
Build-Depends: tcl, libpq[core,client]
2020-01-14 07:43:36 +08:00
Description: build the PL/Tcl procedural language(dynamic only?) (--with-tcl)
Feature: nls
Build-Depends: gettext
Description: Native Language Support (--enable-nls[=LANGUAGES])
Feature: kerberos
Build-Depends: kerberos
Description: Kerberos Support (--with-gssapi)
Feature: systemd
Description: Build with support for systemd service notifications. (--with-systemd)
Feature: ldap
Build-Depends: openldap (linux)
Description: LDAP Support (--with-ldap)
Feature: bsd
Build-Depends: openbsd
Description: OpenBSD Support (--with-bsd-auth)
Feature: pam
Build-Depends: pam
Description: Build with PAM (Pluggable Authentication Modules) support. (--with-pam)
Feature: llvm
Build-Depends: llvm
Description: Build with support for LLVM based JIT compilation (--with-llvm)
Feature: icu
Build-Depends: icu
Description: Build with support for the ICU library (--with-icu)
Feature: bonjour
Description: Build with Bonjour support (--with-bonjour)
Feature: uuid
Description: Build the uuid-ossp module (which provides functions to generate UUIDs) (--with-uuid=LIBRARY LIBRARY=(bsd|e2fs|ossp))
Feature: xml
Build-Depends: libxml2
Description: Build with libxml (--with-libxml)
Feature: xslt
Build-Depends: libxslt
Description: Build with libxslt (--with-libxslt)
Feature: client
2020-02-04 06:22:52 +08:00
Description: Build all client tools and libraries.