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-2.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-2.bionic_all.deb Size: 135986 SHA256: 12d4babff3c95746fb2cfe0cd5dacab846071a48c1074a7c30c748f3afcf7b46 SHA1: fbdc61dda381869206b3bb175e264c456121ceba MD5sum: 59526f17d4488ae04df3130087a41214 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.1-3.bionic Architecture: all Maintainer: Percona Development Installed-Size: 710 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.1-3.bionic_all.deb Size: 135022 SHA256: 73ba61ffcdaf5980772efff0eb21f3395f66ddbee8ca953c472d8874fc05fb83 SHA1: 86a743ef034cd2e8eb6442aeac736fe2100a02d3 MD5sum: 4d0db186d71a1ad73ff2d67352732aac 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-2.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-2.bionic_all.deb Size: 7048 SHA256: 1e79ea1ed18e15969d2f53ed355ce64520f39a0312797232750bd152367d6a45 SHA1: 80ff079fced92a6422665479e142fc6d4150fba8 MD5sum: 03f7711c06629ae03c8c00be297abf57 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.1-3.bionic Architecture: all Maintainer: Percona Development Installed-Size: 18 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.1-3.bionic_all.deb Size: 6512 SHA256: 37de9cb2d4eba9ff03dfb1ad722f10297e8f3aedc51104d7a5008c8f4548827d SHA1: e65d02d272dc4eb73eedd51cc93561587f0d5c18 MD5sum: da522d409883cb882f5f1b9fdd6701f7 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.32-2.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 1236 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.32-2.bionic_all.deb Size: 97506 SHA256: 7cabd81435a8eebb686bc2ea3fec938b231aafe84249715b06fc4c7d846f54bd SHA1: e16f014cc19813363c683f63ab051e5c61b7ac65 MD5sum: fd30dbce66ccb861debae11ac067ebe8 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 (225-1.bionic) Version: 12+225-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+225-1.bionic_all.deb Size: 3436 SHA256: 86df7f2e21d3d4bf10c8d01ec22e8124cff10128c96d49c400b0af312939cd07 SHA1: 29293aa1f2d66d9cb350aa1d929ebe25a7f54657 MD5sum: 252f7132dc066ef905eb860c7ce962f6 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 (225-1.bionic) Version: 12+225-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+225-1.bionic_all.deb Size: 3536 SHA256: 69a95856f8d8b0aebf65bdfe2a9d63b78ea68ad2cd6fd598c94304842bbb1994 SHA1: da90463e1b573bd250028b756f8753e8f7e1dae9 MD5sum: b76ffded6410a0d526c79cde32b6f9ec 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 (225-1.bionic) Version: 12+225-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+225-1.bionic_all.deb Size: 3456 SHA256: df5a8d70766dec83a2da697c7f2f69fe56ffdbe0d247b7134101d197f177a346 SHA1: bf818a6d111baad0bd4c1f0ffc807096c70d53cd MD5sum: 9661ca711791226313545eee0080214c 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: 225-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 122 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_225-1.bionic_all.deb Size: 27850 SHA256: 2b0fc291d2a028bde6c03847ea05e543dc87c09bb9ad0195e39c23e7f28b710c SHA1: f5eca2692065a14cc70c699f342aa98fd73deaba MD5sum: fd095be4549508609322e9dcad7c140b 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: 225-1.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 575 Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), perl (>= 5.14), percona-postgresql-client-common (= 225-1.bionic), ssl-cert (>= 1.0.11), ucf Recommends: e2fsprogs, logrotate Suggests: libjson-perl 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_225-1.bionic_all.deb Size: 175844 SHA256: 64f10c4f5109aded39e2927a59b5a28cd08d5e65d42eb33cebad4b7b36d8959e SHA1: b6bc0cc48c31fbf4e1d73dfbe5e3934ff7d4e733 MD5sum: 40a79615f24d4ff11dea89a9e561440a 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 (225-1.bionic) Version: 12+225-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+225-1.bionic_all.deb Size: 3444 SHA256: 84a999a434a65952be4ee1c34353d4017dfcbc4f1e9070a3b9796b941abbdd11 SHA1: 43f009850a685d7e557e60c237fb2bec5726625a MD5sum: d968dcf54734093878c1db9eccc486f2 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 (225-1.bionic) Version: 12+225-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+225-1.bionic_all.deb Size: 3440 SHA256: 4114c0b98d2a17b282a19cb546d8bde6682085a671f5b02f71439788d8570c0a SHA1: c141d4bebd13d53feaa9370148644ea461da9b24 MD5sum: 54e0e2fb3c3e1868eb51ed4e8f77260f 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.6-2.bionic Architecture: all Maintainer: Percona Development Team Installed-Size: 14602 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.6-2.bionic_all.deb Size: 1863208 SHA256: 840f268af68a4c00b0c3d2e7d0789d17b0e77da6951da1818b156a0708099223 SHA1: 63a2142faa64fb78c82d9e26e8f98822932adbd1 MD5sum: ea9fa9188d4017bf8cc32c9b721eeb5b 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: 225-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_225-1.bionic_all.deb Size: 13662 SHA256: e9c5f04739dcd2127412ae26e773fa64413574ce49fe84ea978fc5819bd1d0f7 SHA1: 03250cb2d8be9bfa44bc2f17d0658779d1ae063d MD5sum: b473d7e37628fe966f7667b66d20bdb4 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: 20058 SHA256: 70ef4851587a0cc1860fb12fd69524020c09ccf2aa1e2d3728c889e4332e6e26 SHA1: 80bec2092257ba13cf860de9b30fa0044592c6d2 MD5sum: 7bb2fec8b90e2acde9c997d66805c846 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.