Package: clang-10-doc Source: llvm-toolchain-10 Version: 1:10.0.0-4.buster Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 9694 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.buster_all.deb Size: 1161880 SHA256: cc109f29d4a04cded1513e1396896da4bd40aeaa13ae02a242ae19ecb8fb7eac SHA1: 1918ab14b28956591b35537e7a2978de063abc02 MD5sum: 37a34577d89a84aee002644678317361 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.buster Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 9473 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.buster_all.deb Size: 1155156 SHA256: d66204209338df596af8b6c906477c3463f731fade315e5a72e28bdf3ad8aeb3 SHA1: c837eea57f9882caca83318c3c097b483701e396 MD5sum: cf1c1a87232763689845c6e450c19d4b 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.buster 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.buster_all.deb Size: 872082 SHA256: d40627fc8e84b61f19735a7645e9f8f0d73c8efba11b43b443e5795c28aa7ba2 SHA1: f11e350ed69f01ca906032891d465a70b9a23fc3 MD5sum: 8af9859b1bcf83481869d9315019c774 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.buster 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.buster_all.deb Size: 878730 SHA256: 207144ddf530fddfa578c3990d138247693bf7f788fc7d740cbc6ab9480f66de SHA1: 17853a30e90be2dac101141abf42fa20aed5a4c8 MD5sum: f8ee76e0d0e9d866c5271f0d65993bc7 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.buster Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 28827 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.buster_all.deb Size: 3693000 SHA256: 81a0a564d7d011b40477a95a06c8e9f03aa20ed63992ef7d1cd41fc88ffac464 SHA1: ba5cbf06d999b84ab74851fdb1d2f7d4f6cf5d65 MD5sum: 94ae80d5d511f078942a95410f515881 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.buster Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 51 Depends: llvm-10-dev (>= 1:10.0.0-4.buster), llvm-10-dev (<< 1:10.0.0-4.buster+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-10/llvm-10-examples_10.0.0-4.buster_all.deb Size: 41460 SHA256: 9717d766b1c57676e5117b93f11cdc436e50e7e1b962af0ccf833f9f7d20e576 SHA1: 8ed7eb15ddb9ffac697fac91d0bbe65120682f21 MD5sum: 18d0fa272b92a14f15a4d13255773c32 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.buster Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 30389 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.buster_all.deb Size: 4120360 SHA256: 83ead9515c9b6ca00fb3a7659db63e55e7ef9833f6c619c83ba5a7c856461962 SHA1: 484813f929d924f5ac25cb7b88f2bf2e8f7678d7 MD5sum: 75829c024a84ea80eaa086ff6b3999d9 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.buster Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 585 Depends: llvm-11-dev (>= 1:11.0.0-5.buster), llvm-11-dev (<< 1:11.0.0-5.buster+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/main/l/llvm-toolchain-11/llvm-11-examples_11.0.0-5.buster_all.deb Size: 318150 SHA256: 98a856f86e86107bee931cbb6839cae74bdcfb9735669334a57f4f19d8881e44 SHA1: 7e5c0be116f19940724168bfed62a22cd7cbd6df MD5sum: f53056fadc5b00357d2734f18a026380 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.buster 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, 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.buster_all.deb Size: 136046 SHA256: 1f027c4da0d5fa934e0c319f5a505bfc0c63212fa928b70189fddff237298019 SHA1: 19282a8abb4e3f6dae7cfb80551ba2ccc17d89df MD5sum: bf0df90f8c68fa11b8e75f65bf9d5dfd 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.buster 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, 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.buster_all.deb Size: 136030 SHA256: 031fc102899c943506d14233efe46d432cea2d358de8bb007f41271f594399f0 SHA1: c2e42c870f1515853ab3162b97cb2caef06dcacd MD5sum: 583ec195ab0768a1f77e8c5ac3447003 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.buster 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.buster_all.deb Size: 7052 SHA256: 318de6f4c106a46f8382a55218852c8d7bfb796ef933172c4b9acfe56fb3bcf0 SHA1: 7ac082017987ed0d9643b8b0905dc59149d39316 MD5sum: 82316d700e3a2673a956b3837926bc70 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.buster 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.buster_all.deb Size: 7060 SHA256: 254e1327d99ff7b03228704e1bf435a814f8d958a983781e4729a340cabd5b82 SHA1: d976b471776d8559ce38fd09905ce81bfdc96a0a MD5sum: 8d47c8f78f568e7ab3e5e6c033213030 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.buster 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.buster_all.deb Size: 100194 SHA256: 3b12bc7b3506e1c84bfdf02b2cb49f795686e1eb36f5c0e05ff09285e2eb7c2a SHA1: c124d5453bcea24dc9723371002f5f405410038c MD5sum: f6ca4bb8f9cc7132e02b1f06c5c1284d 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.buster) Version: 12+226-1.buster 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.buster_all.deb Size: 3440 SHA256: 2ae807affa911884e4685fb3664131f3b56a39401f8f8cdcfc6490f8d62fc301 SHA1: c82899bf6005fc42b9ddf77be0a28673b27ab34d MD5sum: 35f811d06a3d65ff13aa721faaae545f 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.buster) Version: 12+226-1.buster 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.buster_all.deb Size: 3540 SHA256: 002ffb94d9c272cdedb1b74ba004859f381863094f76acdd5dda243de182c35e SHA1: bb718bf393e2fea0f5c608500e5d90090b3f6d80 MD5sum: 8d074f369e13765c7c75a10cdc8015e0 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.buster) Version: 12+226-1.buster 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.buster_all.deb Size: 3456 SHA256: aed2b9a6a90cf25381f91bf7bc9daf342301ffbef8e9d1122e28dbfccaaded95 SHA1: 658d95da5e927a0caf9b915c54e23b7799a55acf MD5sum: dd7f2aa3278e59096399e4968a59d255 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.buster 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.buster_all.deb Size: 28714 SHA256: 8dfda396541bee9ef1499cc31d88043b953228806d409a7429f01aae21b765dc SHA1: 9616f617a927b9345cf0edaccab09cc0925b46d1 MD5sum: 53a8b787426d94fcc741068d5e1a1c19 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.buster Architecture: all Maintainer: Percona Development Team Installed-Size: 622 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.buster), 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.buster_all.deb Size: 184308 SHA256: 87c459501a23fd5023f8fb29eafd14cdf9b85ca073455946071791901284090e SHA1: 1ce17a55cd091a13c0d2594192358fd19660a705 MD5sum: adb55efc171d53fb4f3e28b3cf6f5e68 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.buster) Version: 12+226-1.buster 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.buster_all.deb Size: 3448 SHA256: df35aad07c329181661b147310117c435ba23df14b70c7ba75fa2266c269fc01 SHA1: 2f548a56636ca88eedb3b623a17b9e123efa38aa MD5sum: d20839c3768d7c22ded32b9e14ade64a 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.buster) Version: 12+226-1.buster 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.buster_all.deb Size: 3444 SHA256: 6010c83c17bf70aae3ceafef49178a709a5ec307d14a9184aa3dfe21b22dbb13 SHA1: 169354dd14f1374934969b3ebbe3ade6e7fd0d07 MD5sum: f982a3bc4d9fd6e0fc9df755038e5761 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.buster 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.buster_all.deb Size: 1869528 SHA256: 00a74e914ea0172366d907c63605b43a7aa53ac6761a7cc36e40f064990b7794 SHA1: 4627e38f3ac752f6df9f5bfb4279ff46528b5ca2 MD5sum: c91f2255671cc046d73f2e377081ccdc 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.buster 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.buster_all.deb Size: 13714 SHA256: 52121485a59feea8f62d0dfff8aaf9c01b77995bc656f23124857be562984cdc SHA1: fab6824c13651eb3abb6da6d073ac9ac606bfe15 MD5sum: e4be88e0c87543ea43a7d9399d380fd0 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.buster Architecture: all Maintainer: Michael Banck Installed-Size: 69 Depends: python3:any Priority: optional Section: python Filename: pool/main/y/ydiff/python3-ydiff_1.2-1.buster_all.deb Size: 21934 SHA256: c300cb86e86e99edf13e3ce8a49a71533037f374ed30e6e34f5101c18471c279 SHA1: 078c84875e22c205a67ffcadda93a926ce1da334 MD5sum: fb863a2f4304b1cbd778fb442ec715e1 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.