Package: clang-10-doc Source: llvm-toolchain-10 Version: 1:10.0.0-4.bionic Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 9597 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-10/clang-10-doc_10.0.0-4.bionic_all.deb Size: 1153988 SHA256: bb54952f651416dca9f4f14d461338fbca17c26e7416454934ea79d5c93ed132 SHA1: 511d5c045de326ce31be7b67e59729557ac5bf3f MD5sum: a149cb5ea7a1cbdbdae3be135215006a Description: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Package: clang-11-doc Source: llvm-toolchain-11 Version: 1:11.0.0-5.bionic Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 9390 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-11/clang-11-doc_11.0.0-5.bionic_all.deb Size: 1147772 SHA256: e413661f0fc3ff47e5077e5230923df676127ded1833d0b8ae8fc93ced6bfcef SHA1: 6029ae2c2a01dd493ed9aa602ea2d2d892a2263d MD5sum: db4769d09844e59620ab2c70671b101a Description: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Package: libomp-10-doc Source: llvm-toolchain-10 Version: 1:10.0.0-4.bionic Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 11851 Depends: libjs-jquery Breaks: libiomp-x.y-doc Replaces: libiomp-x.y-doc Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-10/libomp-10-doc_10.0.0-4.bionic_all.deb Size: 871954 SHA256: dc164ab715f26cc2f1d69c34fc7afaae8996de46a43cb7d3ba3682764d079638 SHA1: 9896bb395d9bf10e10de90e09974c0d3db6943ed MD5sum: 717a8e4d3d1131103bb86ed1eb48e4ec Description: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp-11-doc Source: llvm-toolchain-11 Version: 1:11.0.0-5.bionic Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 11897 Depends: libjs-jquery Breaks: libiomp-x.y-doc Replaces: libiomp-x.y-doc Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-11/libomp-11-doc_11.0.0-5.bionic_all.deb Size: 878726 SHA256: 1be4544c6aaea313ef422e0c96b12e61ed08b80b292e8f3b62efcfdfdb01f3aa SHA1: 34b58655d80a6d1aba290d395b1d1b960d100864 MD5sum: 73a62d29617815b6807f15d17ac88cbe Description: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: llvm-10-doc Source: llvm-toolchain-10 Version: 1:10.0.0-4.bionic Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 28610 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-10/llvm-10-doc_10.0.0-4.bionic_all.deb Size: 3704656 SHA256: 4c38989d47172291e410e218f13fdcad50bc182b4b16de5b13287a931667111f SHA1: 06bb149f425ffce4f60ee2dac09b7acbf2bbc9f5 MD5sum: a2d20c354894d6afe7993c9c700cbf8a Description: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-10-examples Source: llvm-toolchain-10 Version: 1:10.0.0-4.bionic Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 51 Depends: llvm-10-dev (>= 1:10.0.0-4.bionic), llvm-10-dev (<< 1:10.0.0-4.bionic+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-10/llvm-10-examples_10.0.0-4.bionic_all.deb Size: 41448 SHA256: 4caafbe9dacdf5bce025bf852810c154f6fe623df14d7db731cbf269474c7134 SHA1: baddb08d4aa4a5ff387f6ed6755ea9701a2ad99b MD5sum: b091ccb55094cc860f57467c3f144700 Description: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-11-doc Source: llvm-toolchain-11 Version: 1:11.0.0-5.bionic Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 30158 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-11/llvm-11-doc_11.0.0-5.bionic_all.deb Size: 4103060 SHA256: a39065db2648cf3d95abe2d802dca3724d23799b323754b0b5d4b62056c33c9b SHA1: ccaf13fd745fd4a7a30aa79cbb257c725dbf9beb MD5sum: 8e056f7c3f00cfc9f347ccfdc036c83d Description: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-11-examples Source: llvm-toolchain-11 Version: 1:11.0.0-5.bionic Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 585 Depends: llvm-11-dev (>= 1:11.0.0-5.bionic), llvm-11-dev (<< 1:11.0.0-5.bionic+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-11/llvm-11-examples_11.0.0-5.bionic_all.deb Size: 318190 SHA256: 13434baf73c55190f616a18f787cbea9fb8396aeae5e6ab19dfb724a601f4cf7 SHA1: 50e207edd3ffd53c1a6f13b25362edbe53029633 MD5sum: 9b31960ea4f8045df28ee1c506f98ff7 Description: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: percona-patroni Version: 1:2.0.2-5.bionic Architecture: all Maintainer: Percona Development Installed-Size: 715 Depends: python3-click (>= 4.1), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.3.2-2~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes, python-six, python-requests | python3-requests, python-yaml, python3-cdiff, python3-ydiff Suggests: percona-postgresql-12 | postgresql-12, etcd-server | consul | zookeeperd, haproxy, percona-patroni-doc Provides: patroni Homepage: https://github.com/zalando/patroni Priority: optional Section: database Filename: pool/main/p/percona-patroni/percona-patroni_2.0.2-5.bionic_all.deb Size: 136050 SHA256: 54b6372db930234aed9ab7cd0e6d34ba9d595355c6afaf8dd58fb8e042e6d4db SHA1: 3d4c237ab1408d6f86dc3867547aa57fa729749a MD5sum: 2b593f8163ac6d36735c7842d065faa3 Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes Patroni is a template for a customized, high-availability PostgreSQL solution using Python and a distributed configuration store (ZooKeeper, etcd or Consul), or Kubernetes. It provides a REST API on each Postgres node of the cluster allowing for remote management and monitoring. Package: percona-patroni Version: 1:2.0.2-3.bionic Architecture: all Maintainer: Percona Development Installed-Size: 715 Depends: python3-click (>= 4.1), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-six (>= 1.7), python3-urllib3, python3-yaml, python3:any (>= 3.3.2-2~), lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes, python-six, python-requests | python3-requests, python-yaml, python3-cdiff, python3-ydiff Suggests: percona-postgresql-12 | postgresql-12, etcd-server | consul | zookeeperd, haproxy, percona-patroni-doc Provides: patroni Homepage: https://github.com/zalando/patroni Priority: optional Section: database Filename: pool/main/p/percona-patroni/percona-patroni_2.0.2-3.bionic_all.deb Size: 135990 SHA256: dc8d1c75eb06210fd02125073705fbab94aa038414b5d52eb0597ab96f846585 SHA1: 83f6d4f065e0b44121739089d27ad3a8266a9e8f MD5sum: 72ffb8dd0fa51036f0490e68aa9c2846 Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes Patroni is a template for a customized, high-availability PostgreSQL solution using Python and a distributed configuration store (ZooKeeper, etcd or Consul), or Kubernetes. It provides a REST API on each Postgres node of the cluster allowing for remote management and monitoring. Package: percona-patroni-doc Source: percona-patroni Version: 1:2.0.2-5.bionic Architecture: all Maintainer: Percona Development Installed-Size: 19 Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy Provides: patroni-doc Homepage: https://github.com/zalando/patroni Priority: optional Section: doc Filename: pool/main/p/percona-patroni/percona-patroni-doc_2.0.2-5.bionic_all.deb Size: 7056 SHA256: df663587b71d429c09924d362ed4a7e6c2ea62107d2c8a5452e3a37870d6c393 SHA1: 8a8f854266be771835dc6a284a85f23358be3395 MD5sum: 091a0861caa2835af8a3f00e3897e140 Description: PostgreSQL High Availability (documentation) Patroni is a template for a customized, high-availability PostgreSQL solution using Python and a distributed configuration store (ZooKeeper, etcd or Consul), or Kubernetes. It provides a REST API on each Postgres node of the cluster allowing for remote management and monitoring. . This package provides the documentation. Package: percona-patroni-doc Source: percona-patroni Version: 1:2.0.2-3.bionic Architecture: all Maintainer: Percona Development Installed-Size: 19 Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy Provides: patroni-doc Homepage: https://github.com/zalando/patroni Priority: optional Section: doc Filename: pool/main/p/percona-patroni/percona-patroni-doc_2.0.2-3.bionic_all.deb Size: 7060 SHA256: 33c6ae5e917d5a013a2ae14f9c2e74527e979b845893b16527cd5b5cb49d2ddd SHA1: 8f8ba8168def4ea80c3cb15c36ccf37922b065c8 MD5sum: c21fef818ac8b1e0fcd8735f819e5599 Description: PostgreSQL High Availability (documentation) Patroni is a template for a customized, high-availability PostgreSQL solution using Python and a distributed configuration store (ZooKeeper, etcd or Consul), or Kubernetes. It provides a REST API on each Postgres node of the cluster allowing for remote management and monitoring. . This package provides the documentation. Package: percona-pgbackrest-doc Source: percona-pgbackrest Version: 1:2.33-3.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 1261 Provides: pgbackrest-doc Multi-Arch: foreign Homepage: https://www.pgbackrest.org/ Priority: optional Section: doc Filename: pool/main/p/percona-pgbackrest/percona-pgbackrest-doc_2.33-3.bionic_all.deb Size: 100222 SHA256: 30914fb35c936a48336e875f26d683007732c5332f8da5fe273d0df3a4fec6c8 SHA1: cf3b54815d60b983a849c89ac821a9c406e8ef92 MD5sum: 421784106ba52e6220764222b4f0b595 Description: Documentation package for pgbackrest pgBackRest is a simple, reliable backup and restore system for PostgreSQL that can seamlessly scale up to the largest databases and workloads. . The pgBackRest documentation contains detailed information about the configuration and usage of pgBackRest. Package: percona-postgresql Source: percona-postgresql-common (226-1.bionic) Version: 12+226-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 8 Depends: percona-postgresql-12 Suggests: percona-postgresql-doc Replaces: percona-postgresql, postgresql Provides: postgresql Priority: optional Section: database Filename: pool/main/p/percona-postgresql-common/percona-postgresql_12+226-1.bionic_all.deb Size: 3440 SHA256: 4c1a20822024a87120b7f109d29a8fa0c2f6977bc0c522a47d9caf58e122dc98 SHA1: 7fa90e5ffd4f972f819cb6a06dd01dc86b735301 MD5sum: 7c474889cd0955a51a2da72b7df36d07 Description: object-relational SQL database (supported version) This metapackage always depends on the currently supported PostgreSQL database server version. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: percona-postgresql-all Source: percona-postgresql-common (226-1.bionic) Version: 12+226-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 8 Depends: libecpg-dev, libpq-dev, percona-postgresql-server-dev-all, percona-postgresql-contrib-12, percona-postgresql-plperl-12, percona-postgresql-plpython3-12, percona-postgresql-pltcl-12 Replaces: percona-postgresql-all, postgresql-all Provides: postgresql-all Priority: optional Section: database Filename: pool/main/p/percona-postgresql-common/percona-postgresql-all_12+226-1.bionic_all.deb Size: 3536 SHA256: a2b09fff28911adde1b9108f3437e909ba498dee9845d327408a45528917657c SHA1: 998e043b09c1837570f070d7202cb7c2b2722df2 MD5sum: 52b4597e7bd3e5315d3649a83639f8fb Description: metapackage depending on all PostgreSQL server packages This metapackage depends on all PostgreSQL server packages, in all supported versions (excluding documentation and debug symbols). It exists to facilitate depending on the server packages in test environments. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: percona-postgresql-client Source: percona-postgresql-common (226-1.bionic) Version: 12+226-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 8 Depends: percona-postgresql-client-12 Replaces: percona-postgresql-client, postgresql-client Provides: postgresql-client Multi-Arch: foreign Priority: optional Section: database Filename: pool/main/p/percona-postgresql-common/percona-postgresql-client_12+226-1.bionic_all.deb Size: 3456 SHA256: c0f84f997e848d578036df615b022c2cf2bce76d8eb3275394d3b9f98f97a088 SHA1: efb6bb66802155f55da1c4977a9a9b19ff53fbbd MD5sum: 4fb960bbf4cdabf37d25f1ae924e4223 Description: front-end programs for PostgreSQL (supported version) This metapackage always depends on the currently supported database client package for PostgreSQL. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: percona-postgresql-client-common Source: percona-postgresql-common Version: 226-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 126 Depends: netbase Recommends: lsb-release, libreadline7 Provides: percona-postgresql-client-common, postgresql-client-common Multi-Arch: foreign Priority: optional Section: database Filename: pool/main/p/percona-postgresql-common/percona-postgresql-client-common_226-1.bionic_all.deb Size: 28690 SHA256: 46ac669be3294ffd1a8fb6ea0dc108fb98902af887b7f70ce5c16ab4cec58fbd SHA1: ef964ab18049eec7e3f16852a4a003afd861db38 MD5sum: 2a0ee9ad2eef1d24dc28aa7fe4ed5333 Description: manager for multiple PostgreSQL client versions The postgresql-client-common package provides a structure under which multiple versions of PostgreSQL client programs may be installed at the same time. It provides a wrapper which selects the right version for the particular cluster you want to access (with a command line option, an environment variable, /etc/postgresql-common/user_clusters, or ~/.postgresqlrc). . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: percona-postgresql-common Version: 226-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 623 Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, lsb-base (>= 3.0-3), perl (>= 5.14), percona-postgresql-client-common (= 226-1.bionic), ssl-cert (>= 1.0.11), ucf Recommends: e2fsprogs, logrotate Breaks: percona-postgresql-server-dev-all (<< 204), postgresql-9.1 (<< 9.1.1-3~), postgresql-server-dev-all (<< 204), systemd (<< 204) Replaces: percona-postgresql-server-dev-all (<< 204), postgresql-server-dev-all (<< 204) Provides: percona-postgresql-common, postgresql-common Multi-Arch: foreign Priority: optional Section: database Filename: pool/main/p/percona-postgresql-common/percona-postgresql-common_226-1.bionic_all.deb Size: 184132 SHA256: c0b61b53d08f018c7a6249db0af43abec5bcce3ec9768fc77b2695c8537d98c9 SHA1: a5695f59354bd155b4b71f448bb2bd4504c9f96a MD5sum: e746e08f58bc8c22a4924b0558a04fd2 Description: PostgreSQL database-cluster manager The postgresql-common package provides a structure under which multiple versions of PostgreSQL may be installed and/or multiple clusters maintained at one time. . The commands provided are pg_conftool, pg_createcluster, pg_ctlcluster, pg_dropcluster, pg_lsclusters, pg_renamecluster, pg_upgradecluster, pg_virtualenv. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: percona-postgresql-contrib Source: percona-postgresql-common (226-1.bionic) Version: 12+226-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 8 Depends: percona-postgresql-contrib-12 Replaces: percona-postgresql-contrib, postgresql-contrib Provides: postgresql-contrib Priority: optional Section: database Filename: pool/main/p/percona-postgresql-common/percona-postgresql-contrib_12+226-1.bionic_all.deb Size: 3444 SHA256: c1215a574297d027a99316aa7203af056183ec7154b5927a31629e9401eeeb27 SHA1: 895f80cab285323dc31857b6e653777ddf801634 MD5sum: 8815d330e7cf0dfe03d3a625507c33f3 Description: additional facilities for PostgreSQL (supported version) This metapackage always depends on the currently supported PostgreSQL database contrib package. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: percona-postgresql-doc Source: percona-postgresql-common (226-1.bionic) Version: 12+226-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 8 Depends: percona-postgresql-doc-12 Replaces: percona-postgresql-doc, postgresql-doc Provides: postgresql-doc Multi-Arch: foreign Priority: optional Section: doc Filename: pool/main/p/percona-postgresql-common/percona-postgresql-doc_12+226-1.bionic_all.deb Size: 3440 SHA256: cda0e969ce1f7c9e140bb5b2534efc25ee6e1a78c9da48e74b7e24738f7a72a8 SHA1: 7837196c62a97e40c1bb0dd7ac98b1480ebc232c MD5sum: 4c81ae71e75f6c17b9e9d9aeb2842ee6 Description: documentation for the PostgreSQL database management system This metapackage always depends on the currently supported PostgreSQL database documentation package. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: percona-postgresql-doc-12 Source: percona-postgresql-12 Version: 2:12.7-2.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 14655 Breaks: postgresql-common (<< 158~) Multi-Arch: foreign Homepage: http://www.postgresql.org/ Priority: optional Section: doc Filename: pool/main/p/percona-postgresql-12/percona-postgresql-doc-12_12.7-2.bionic_all.deb Size: 1869464 SHA256: 8ab5f0d43374c4832efe00a86b7d11c4dc7a5a3f7b429f6f0fd5cc22d5cabdf4 SHA1: 0992761560352965d32ff8b63b2067a73de065dc MD5sum: 5513e5f4a3c968403fee0eba01aa8215 Description: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 12. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system. Package: percona-postgresql-server-dev-all Source: percona-postgresql-common Version: 226-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 52 Depends: make, percona-postgresql-common (>= 117~), percona-postgresql-server-dev-12 Replaces: percona-postgresql-server-dev-all, postgresql-server-dev-all Provides: postgresql-server-dev-all Priority: optional Section: database Filename: pool/main/p/percona-postgresql-common/percona-postgresql-server-dev-all_226-1.bionic_all.deb Size: 13666 SHA256: a5174c65ef85c0435d9b030a57fa082838105522190968f58520a62a3d36a4b5 SHA1: 6f6f31ef72eec91b941080b8ce71d903bef19ce4 MD5sum: 41771c6878de49c99430a9ff63c5ca48 Description: extension build tool for multiple PostgreSQL versions The postgresql-server-dev-all package provides the pg_buildext script for simplifying packaging of a PostgreSQL extension supporting multiple major versions of the product, and dh_make_pgxs which builds a template debian/ source package directory based on pg_buildext. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: python3-ydiff Source: ydiff Version: 1.2-1.bionic Architecture: all Maintainer: Michael Banck Installed-Size: 67 Depends: python3:any (>= 3.3.2-2~) Priority: optional Section: python Filename: pool/main/y/ydiff/python3-ydiff_1.2-1.bionic_all.deb Size: 20054 SHA256: 5a21c9a50d700613138595a406affd9c20edfe1dbb0809a1025c6eb6eddfdddb SHA1: 2fd05f8765b8de0de59044363aa015dc5b7332da MD5sum: d040b332ab3ead29fe5546ebc629bfbe Description: Colored, incremental diff with side by side and auto pager support (Python 3) Cdiff is a python module to view colored, incremental diff in a Git/Mercurial/ Svn workspace or from stdin, with side by side and auto pager support. . This is the Python 3 version of the package.