Package: libecpg-compat3 Source: postgresql-9.1 Version: 9.1.24-19.pgdg+1 Architecture: arm64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 92 Depends: libc6 (>= 2.17), libecpg6 (>= 9.0~), libpgtypes3 Homepage: http://www.postgresql.org/ Priority: optional Section: 9.1/libs Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-19.pgdg+1_arm64.deb Size: 12288 SHA512: 404b8ab4d68e31e500fd5b14b1c51973ae5a814380c026ecc860348be5488ec89b5eda7b689813012869ba5e7f6ac27cb1afabac16afcb641c65d0def0376424 SHA256: dc37c31bae9e3c44ef6c4610fb8e448f4dd7f000f1287191687db83f95ddd007 SHA1: b40321e5d58a414afe73477744880e6c41a875a9 MD5sum: faac506a1df568b40e3f035dcb767daa Description: older version of run-time library for ECPG programs The libecpg_compat shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libecpg-dev Source: postgresql-9.1 Version: 9.1.24-19.pgdg+1 Architecture: arm64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1031 Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.1.24-19.pgdg+1), libecpg-compat3 (= 9.1.24-19.pgdg+1), libpgtypes3 (= 9.1.24-19.pgdg+1) Homepage: http://www.postgresql.org/ Priority: optional Section: 9.1/libdevel Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-19.pgdg+1_arm64.deb Size: 191072 SHA512: 9461a5e0644ad1d050293a5096a7e3c94247980b7e96c12f0c94f243a9ec67cab6a382c881793980cdab6e5b908ed90de30a7449c58e3778411193e53058b636 SHA256: 49d18c56b0fc96c07f0f76693e29ab4638743b978d8063e8b316300fd748d33f SHA1: aca0a4fa2e308a9c7d5097e93974feb05c4a41a5 MD5sum: 9c4d744e0f8c63e566d8c50804472ebb Description: development files for ECPG (Embedded PostgreSQL for C) This package contains the necessary files to build ECPG (Embedded PostgreSQL for C) programs. It includes the development libraries and the preprocessor program ecpg. . PostgreSQL is an object-relational SQL database management system. . Install this package if you want to write C programs with SQL statements embedded in them (rather than run by an external process). Package: libecpg6 Source: postgresql-9.1 Version: 9.1.24-19.pgdg+1 Architecture: arm64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 422 Depends: libc6 (>= 2.38), libpgtypes3, libpq5 Homepage: http://www.postgresql.org/ Priority: optional Section: 9.1/libs Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-19.pgdg+1_arm64.deb Size: 72132 SHA512: 1f3c713337591378428d1576ceef4dcc96405f1eb0845d24ea0e28f61e6cf2e2e04983646941e8113c4256904b9f73f98ede6630d77f6853b9672a2cd2f6be7f SHA256: 1d7929589dd1c638ce3c10c02da8224b4cf57baf11006fc73b101e2081696384 SHA1: 5d58559bd24169ad8fc2f47a5d043d9ad0c81986 MD5sum: e27caad97fd79bb7c37b626ea03a5b34 Description: run-time library for ECPG programs The libecpg shared library is used by programs built with ECPG (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpgtypes3 Source: postgresql-9.1 Version: 9.1.24-19.pgdg+1 Architecture: arm64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 98 Depends: libc6 (>= 2.38) Homepage: http://www.postgresql.org/ Priority: optional Section: 9.1/libs Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-19.pgdg+1_arm64.deb Size: 32280 SHA512: d2f35110620d71cf803e945c4e01532558d4ab25f9efb49f4a001724ead4b81dc14fa04877dd7cc171c0d49e759ec030818e927b7876c6536b56c09843f617a8 SHA256: a3b8553217fbfa7d0c99b934e54d4e5cafbe8e8d0b1fd89a4be62e8a7a5f9cda SHA1: 87cf8f15563b1e090fe45a5eb46e041e49529a44 MD5sum: 2c7189ad0d3b148300c468c4ca72c6ed Description: shared library libpgtypes for PostgreSQL 9.1 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpq-dev Source: postgresql-9.1 Version: 9.1.24-19.pgdg+1 Architecture: arm64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 932 Depends: libc6 (>= 2.38), libpq5 (= 9.1.24-19.pgdg+1) Suggests: postgresql-doc-9.1 Homepage: http://www.postgresql.org/ Priority: optional Section: 9.1/libdevel Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-19.pgdg+1_arm64.deb Size: 170264 SHA512: e8bc5a11dfebabae13248c85d9df1d5be2b250cac17083900bcafd2c06861cc20df9e843707994e4f7566958bbe2767603af774683b81f5cd3c0fe40f08a9356 SHA256: 174f192a293c255a8a4f0ad2fa18683649c71d3110b7591cdb8d4399fdeca52a SHA1: 0a37aea0616afb04cda25fb44cd2240c6cb3ec58 MD5sum: 45bf55b8e433945a859608824241d793 Description: header files for libpq5 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system. Package: libpq5 Source: postgresql-9.1 Version: 9.1.24-19.pgdg+1 Architecture: arm64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 546 Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2) Homepage: http://www.postgresql.org/ Priority: optional Section: 9.1/libs Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-19.pgdg+1_arm64.deb Size: 111748 SHA512: a88d3144e4d4028c7947f711f838f946d3933a8823e5e27b2ba22ea68fb19333ad264c68411c543434774fd3239140c38dfa6d5f05ac27da9214d077873d76a9 SHA256: f970c2a270ac41f152c2228650376d5f246429bd02223a7791048bf96fd0d7cb SHA1: 3eeb69717cccbbc53209586f44a1cd25a50e55e7 MD5sum: cb97c0e0c74124fd218071726b70699b Description: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system.