2016-11-11 13:55:55 +08:00
Source: libpq
2020-07-03 02:00:28 +08:00
Version: 12.2
2020-07-16 05:48:22 +08:00
Port-Version: 5
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: 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: systemd
Description: Build with support for systemd service notifications. (--with-systemd)
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-06-04 10:31:28 +08:00
Description: Build all client tools and libraries.