Package: golang-crawshaw-iox-dev Source: golang-crawshaw-iox Version: 0.0~git20181124084642.c51c3df-1 Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 68 Built-Using: golang-1.19 (= 1.19.8-2~bpo11+1) Filename: ./amd64/golang-crawshaw-iox-dev_0.0~git20181124084642.c51c3df-1_amd64.deb Size: 13344 MD5sum: 4803db11e3df5562789b16b064b8f8f1 SHA1: e9ffe75ebcf6b9ebc71ab195aece6a47fa13aa4a SHA256: d8f15b79abf8ad17f7f1694b9800a0437e35fdc155d9b9845f0dda3ea24ff4fd Section: devel Priority: optional Homepage: https://github.com/crawshaw/iox Description: I/O tools for Go programs Package iox contains two Go objects of note: Filer and BufferFile. Filer wraps the functions used to open file descriptors and makes sure it never opens more than some maximum. And BufferFile is a file-like object that stores its first N bytes in memory, and the rest in a temporary file on disk. Package: golang-crawshaw-sqlite-dev Source: golang-crawshaw-sqlite Version: 0.3.2+git20220718.34.gd196488-1 Architecture: all Maintainer: jordi fita mas Installed-Size: 9179 Depends: golang-crawshaw-iox-dev, libsqlite3-dev Filename: ./all/golang-crawshaw-sqlite-dev_0.3.2+git20220718.34.gd196488-1_all.deb Size: 1698620 MD5sum: 8e5f6c28d459c96b7f3636b18c50776d SHA1: 918a1c9821bd632dc603235ba4ea2efd38b4a757 SHA256: 3c5a370c8be224811364846ecc5c2e1f8d287e542b6b251957e250b38547f6d3 Section: devel Priority: optional Homepage: https://github.com/crawshaw/sqlite Description: low-level Go interface to SQLite3 This is not a database/sql driver. It has interfaces for some of SQLite's more interesting extensions, such as incremental BLOB I/O and the session extension. Package: golang-github-caddyserver-certmagic-dev Source: golang-github-caddyserver-certmagic Version: 0.17.2-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 348 Depends: golang-go.uber-zap-dev, golang-github-miekg-dns-dev, golang-github-libdns-libdns-dev, golang-github-klauspost-cpuid-dev (>= 2.0.6~), golang-github-mholt-acmez-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev Filename: ./all/golang-github-caddyserver-certmagic-dev_0.17.2-2_all.deb Size: 78504 MD5sum: fd4cab56d6e009304123c3d69beaa87a SHA1: feea7f96a755d1015d14a40aaf04bcc23e71afff SHA256: 95077778998de8d8defbb2a3884705d2b4e27ee5a9baf1fa399e04bc0bc46f36 Section: golang Priority: optional Homepage: https://github.com/caddyserver/certmagic Description: Go library for automatic HTTPS using Let's Encrypt With CertMagic, one can add one line to your Go application to serve securely over TLS, without ever having to touch certificates. . Features: * Fully automated certificate management including issuance and renewal * One-liner, fully managed HTTPS servers * HTTP->HTTPS redirects * Solves all 3 ACME challenges: HTTP, TLS-ALPN, and DNS * Robust error handling of any ACME client * All libdns DNS providers work out-of-the-box (https://github.com/libdns) * Pluggable storage implementations (default: file system) * Wildcard certificates * Automatic OCSP stapling * Distributed solving of all challenges (works behind load balancers) * Supports "on-demand" issuance of certificates * Optional event hooks for observation * Works with any certificate authority (CA) compliant with the ACME specification * Certificate revocation * Scales to hundreds of thousands of names/certificates per instance * Use in conjunction with ones own certificates Package: golang-github-go-kit-log-dev Source: golang-github-go-kit-log Version: 0.2.1-1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 147 Depends: golang-github-go-logfmt-logfmt-dev Filename: ./all/golang-github-go-kit-log-dev_0.2.1-1_all.deb Size: 26856 MD5sum: ab23cc81e18ee0735f4f0b155c81e5bf SHA1: 3e0ce1cfab3da72a5cb951bf1b5b3d5a26b4217b SHA256: 264cbf2c24adfb3d906dbeffde3a14572060318411ebfb7451161465b28d2ae5 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/go-kit/log Description: minimal and extensible structured logger (Go library) The log package provides a minimal interface for structured logging in services. It may be wrapped to encode conventions, enforce type-safety, provide leveled logging, and so on. It can be used for both typical application log events, and log-structured data streams. . Structured logging is, basically, conceding to the reality that logs are data, and warrant some level of schematic rigor. Using a stricter, key/value-oriented message format for logs, containing contextual and semantic information, makes it much easier to get insight into the operational activity of the systems. Consequently, package log is of the strong belief that "the benefits of structured logging outweigh the minimal effort involved (https://www.thoughtworks.com/radar/techniques/structured-logging)". Package: golang-github-jackc-chunkreader-v2-dev Source: golang-github-jackc-chunkreader Version: 2.0.1-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 23 Filename: ./all/golang-github-jackc-chunkreader-v2-dev_2.0.1-2_all.deb Size: 4184 MD5sum: afc7e34094c3661012c9aa482bb8bc8a SHA1: 91865db0a4370c13b5e5154a20e6c063e3719c7e SHA256: 08aaecd14aa1f54e9d23828675ca526af1fbdfc8504d723173179f9865425e0a Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/jackc/chunkreader Description: io.Reader wrapper that minimizes IO reads and memory allocations Package chunkreader provides an io.Reader wrapper that minimizes IO reads and memory allocations. . Extracted from original implementation in (https://github.com/jackc/pgx). Package: golang-github-jackc-pgconn-dev Source: golang-github-jackc-pgconn Version: 1.11.0-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 255 Depends: golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev, golang-golang-x-text-dev, golang-github-jackc-chunkreader-v2-dev, golang-github-jackc-pgio-dev, golang-github-jackc-pgpassfile-dev, golang-github-jackc-pgservicefile-dev, golang-github-jackc-pgproto3-v2-dev Filename: ./all/golang-github-jackc-pgconn-dev_1.11.0-2_all.deb Size: 47648 MD5sum: e34191871bb23660c7c1352d507360f4 SHA1: 266572e0940682457887b3ace6b7e1f184ce741c SHA256: 46d0e9e0bd84bea3a52dd5f8ca1a6017822f0ab8e7ec6fdded46445bc13d3212 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/jackc/pgconn Description: low-level PostgreSQL database driver Package pgconn is a low-level PostgreSQL database driver. It operates at nearly the same level as the C library libpq. It is primarily intended to serve as the foundation for higher level libraries such as (https://github.com/jackc/pgx). Applications should handle normal queries with a higher level library and only use pgconn directly when required for low-level access to PostgreSQL functionality. Package: golang-github-jackc-pgio-dev Source: golang-github-jackc-pgio Version: 1.0.0-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 20 Filename: ./all/golang-github-jackc-pgio-dev_1.0.0-2_all.deb Size: 3144 MD5sum: c7bc0ee4175e89a066d31f4a9df6c530 SHA1: 333db2fe20689bc59771bc0ff2c017c84ff2e7d8 SHA256: 8c63898c3a6b22066656d01f09a27c64d3ee7df2f27c8dafd10f1c24e5ae5cae Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/jackc/pgio Description: low-level toolkit building messages in the PostgreSQL wire protocol Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol. . pgio provides functions for appending integers to a []byte while doing byte order conversion. . Extracted from original implementation in (https://github.com/jackc/pgx). Package: golang-github-jackc-pgmock-dev Source: golang-github-jackc-pgmock Version: 0.0~git20210724.4ad1a82-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 34 Depends: golang-github-stretchr-testify-dev, golang-github-jackc-pgproto3-v2-dev Filename: ./all/golang-github-jackc-pgmock-dev_0.0~git20210724.4ad1a82-2_all.deb Size: 9544 MD5sum: 8c92441d16e255a886e8f9a6bcf97cbf SHA1: c8898c66ec09b427f36445dba0b21557f506f01d SHA256: e620facde9d0e67770e1cfed147b7a39b7b84e97463a6137a86d65664ac0dc5b Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/jackc/pgmock Description: provides the ability to mock a PostgreSQL server pgmock provides the ability to mock a PostgreSQL server. . See pgmock_test.go for example usage. . pgmockproxy is a PostgreSQL proxy that logs the messages back and forth between the PostgreSQL client and server. This can aid in building a mocking script by running commands against a real server to observe the results. It can also be used to debug applications that speak the PostgreSQL wire protocol without needing to use a tool like Wireshark. Package: golang-github-jackc-pgpassfile-dev Source: golang-github-jackc-pgpassfile Version: 1.0.0-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 21 Depends: golang-github-stretchr-testify-dev Filename: ./all/golang-github-jackc-pgpassfile-dev_1.0.0-2_all.deb Size: 4412 MD5sum: f48bfc8ffaacc06ceb5243ab72c5edd8 SHA1: ab1edb7bbf3307fcaa9ff268d869eb411668f845 SHA256: 935bc18bfcb4c9392ab9766a1d226fe14ba5a74e878c07882e6593d1d1b65d25 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/jackc/pgpassfile Description: parser for PostgreSQL .pgpass files Package pgpassfile is a parser for PostgreSQL .pgpass files. . Extracted and rewritten from original implementation in (https://github.com/jackc/pgx). Package: golang-github-jackc-pgproto3-v2-dev Source: golang-github-jackc-pgproto3 Version: 2.2.0-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 161 Depends: golang-github-stretchr-testify-dev, golang-github-jackc-chunkreader-v2-dev, golang-github-jackc-pgio-dev Filename: ./all/golang-github-jackc-pgproto3-v2-dev_2.2.0-2_all.deb Size: 21280 MD5sum: 458d27c71493fb43bae0bd259b8da3d7 SHA1: d1b2acdfa84f82aa30f4f2ce8c157526c0bbd0a1 SHA256: d2b930088e70f10b53d8d3715aad1fa9dca8207fdacb8e30ab0dee837555e2e8 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/jackc/pgproto3 Description: encoder and decoder of the PostgreSQL wire protocol version 3 Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3. . pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more. . See example/pgfortune for a playful example of a fake PostgreSQL server. . Extracted from original implementation in (https://github.com/jackc/pgx). Package: golang-github-jackc-pgservicefile-dev Source: golang-github-jackc-pgservicefile Version: 0.0~git20200714.2b9c447-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 20 Depends: golang-github-stretchr-testify-dev Filename: ./all/golang-github-jackc-pgservicefile-dev_0.0~git20200714.2b9c447-2_all.deb Size: 4220 MD5sum: 92f6f54b5be32073c416fa368b297d62 SHA1: 55af69145c8797cfd9895c2ac9cac9606da47800 SHA256: ab071f0ffd8415c34e0ea9e9614f1fe4fe2ad0f5e7a60b0315d43bbdf1544300 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/jackc/pgservicefile Description: parser for PostgreSQL service files (e.g. .pg_service.conf) Package pgservicefile is a parser for PostgreSQL service files (e.g. .pg_service.conf). Package: golang-github-jackc-pgtype-dev Source: golang-github-jackc-pgtype Version: 1.10.0-4 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 1209 Depends: golang-github-gofrs-uuid-dev, golang-github-jackc-pgconn-dev, golang-github-jackc-pgx-v4-dev, golang-github-shopspring-decimal-dev, golang-github-stretchr-testify-dev, golang-pq-dev Filename: ./all/golang-github-jackc-pgtype-dev_1.10.0-4_all.deb Size: 92492 MD5sum: 4c8c23796fcc85da28edf9717a47a60d SHA1: 44d5896a00eee6aabd8beb54e81836a93424336e SHA256: 251a508e6b97f9c5aaf068f2e8ad22fa0e82f86237756adfe594b02321f6ce57 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/jackc/pgtype Description: Go types for over 70 PostgreSQL types pgtype implements Go types for over 70 PostgreSQL types. pgtype is the type system underlying the (https://github.com/jackc/pgx) PostgreSQL driver. These types support the binary format for enhanced performance with pgx. They also support the database/sql Scan and Value interfaces and can be used with (https://github.com/lib/pq). Package: golang-github-jackc-pgx-v4-dev Source: golang-github-jackc-pgx Version: 4.15.0-4 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 548 Depends: golang-github-cockroachdb-apd-dev, golang-github-gofrs-uuid-dev, golang-github-go-kit-log-dev, golang-github-inconshreveable-log15-dev, golang-github-jackc-fake-dev, golang-github-jackc-pgconn-dev, golang-github-jackc-pgtype-dev, golang-github-jackc-puddle-dev, golang-github-pkg-errors-dev, golang-github-rs-zerolog-dev, golang-github-satori-go.uuid-dev, golang-github-shopspring-decimal-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-crypto-dev, golang-golang-x-text-dev, golang-go.uber-zap-dev, golang-pq-dev Breaks: golang-github-jackc-pgtype-dev (<< 1.10.0-3~) Filename: ./all/golang-github-jackc-pgx-v4-dev_4.15.0-4_all.deb Size: 91268 MD5sum: 1938710d06a78f4195ad71f3ffdc52c1 SHA1: 324af8fff1f7b6679fa8d6039e218dec5a6a3638 SHA256: 4ddbfd07bf571146932c863950d2b88787db4c07aa5e56a6afdfd91e206fb949 Section: devel Priority: optional Homepage: https://github.com/jackc/pgx Description: PostgreSQL driver and toolkit for Golang Pure Golang driver and toolkit for PostgreSQL. The driver part of pgx is compatible with database/sql but also offers a native interface similar in style to database/sql that offers better performance and more features. Package: golang-github-jackc-puddle-dev Source: golang-github-jackc-puddle Version: 1.2.1-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 61 Depends: golang-github-stretchr-testify-dev Filename: ./all/golang-github-jackc-puddle-dev_1.2.1-2_all.deb Size: 11800 MD5sum: 6596ce353d70faac84a8a4c6fd220332 SHA1: 27c756a632b06c2e77834b61df6a586f0f1c07c4 SHA256: c671b461bd928873c6b85abc413baacb362768daa4e67726c420acd985246e93 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/jackc/puddle Description: Generic resource pool for Go (library) Puddle is a tiny generic resource pool library for Go that uses the standard context library to signal cancellation of acquires. It is designed to contain the minimum functionality required for a resource pool. It can be used directly or it can be used as the base for a domain specific resource pool. For example, a database connection pool may use puddle internally and implement health checks and keep-alive behavior without needing to implement any concurrent code of its own. . Features . * Acquire cancellation via context standard library * Statistics API for monitoring pool pressure * No dependencies outside of standard library * High performance * 100% test coverage Package: golang-github-klauspost-cpuid-dev Source: golang-github-klauspost-cpuid Version: 2.2.3-1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 623 Depends: golang-golang-x-sys-dev Filename: ./all/golang-github-klauspost-cpuid-dev_2.2.3-1_all.deb Size: 440212 MD5sum: 5770c8eb366f10acaee32737186fee43 SHA1: 6839186bda18f869b23713462937540acbeded1d SHA256: 2467c95c8e20a9c4554e8c13305bb3b9a2b7162d9eda8c414c88db0cd992718f Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/klauspost/cpuid Description: CPU feature identification for Go Package cpuid provides information about the CPU running the current program. CPU features are detected on startup, and kept for fast access through the life of the application. Package: golang-github-leonelquinteros-gotext-dev Source: golang-github-leonelquinteros-gotext Version: 1.5.0-3 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 217 Depends: golang-golang-x-tools-dev, golang-golang-x-text-dev Filename: ./all/golang-github-leonelquinteros-gotext-dev_1.5.0-3_all.deb Size: 25684 MD5sum: 5c2b3e373bac51928648420ca874de25 SHA1: 4dd94b5683cb7b49c5064d1bfd856a67f8cdcc92 SHA256: b2cd4dd42d513a5ff3627bc21ba600b4f40d3000caf00a2a2e4ae124aa060522 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/leonelquinteros/gotext Description: Go GNU gettext utilities package (library) GNU gettext utilities (https://www.gnu.org/software/gettext) for Go. . Features . * Implements GNU gettext support in native Go. * Complete support for PO files (https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html) including: * Support for multiline strings and headers. * Support for variables inside translation strings using Go's fmt syntax (https://golang.org/pkg/fmt/). * Support for pluralization rules (https://www.gnu.org/software/gettext/manual/html_node/Translating- plural-forms.html). * Support for message contexts (https://www.gnu.org/software/gettext/manual/html_node/Contexts.html). * Support for MO files. * Thread-safe: This package is safe for concurrent use across multiple goroutines. * It works with UTF-8 encoding as it's the default for Go language. * Unit tests available. * Language codes are automatically simplified from the form en_UK to en if the first isn't available. * Ready to use inside Go templates. * Objects are serializable to []byte to store them in cache. * Support for Go Modules. Package: golang-github-libdns-libdns-dev Source: golang-github-libdns-libdns Version: 0.2.0-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 24 Filename: ./all/golang-github-libdns-libdns-dev_0.2.0-2_all.deb Size: 4688 MD5sum: d18f1a4539c2a70b46d75d433ca25a05 SHA1: dd4cde711dc600d66d79260b63641ebaf1f85f34 SHA256: 4fea7b848f15e693e003806ee799ce83605fef087741b686b1426298bc0de074 Section: devel Priority: optional Homepage: https://github.com/libdns/libdns Description: Core interfaces for universal DNS record manipulation across providers libdns is a collection of free-range DNS provider client implementations written in Go. With libdns packages, users Go program can manage DNS records across any supported providers. A "provider" is a service or program that manages a DNS zone. Package: golang-github-mholt-acmez-dev Source: golang-github-mholt-acmez Version: 0.1.3-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 150 Depends: golang-go.uber-zap-dev, golang-golang-x-net-dev Filename: ./all/golang-github-mholt-acmez-dev_0.1.3-2_all.deb Size: 38928 MD5sum: 3635ebd8d919ea4298ae0d764b57d383 SHA1: 4ee9098e17478fddf0a62f9b572432dc091a018a SHA256: e66ab94788271a6818a0985a2c9ca8239f031a66aee72f5776fade20b639d98a Section: devel Priority: optional Homepage: https://github.com/mholt/acmez Description: Premier ACME client library for Go (library) acmez - ACME client library for Go godoc (https://pkg.go.dev/github.com/mholt/acmez) . ACMEz is a fully-compliant RFC 8555 (https://tools.ietf.org/html/rfc8555) (ACME) implementation in pure Go. It is lightweight, has an elegant Go API, and its retry logic is highly robust against external errors. ACMEz is suitable for large-scale enterprise deployments. Package: golang-sourcehut-emersion-go-scfg-dev Source: golang-sourcehut-emersion-go-scfg Version: 0.0~git20211215.c2c7a15-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 22 Depends: golang-github-davecgh-go-spew-dev, golang-github-google-shlex-dev Filename: ./all/golang-sourcehut-emersion-go-scfg-dev_0.0~git20211215.c2c7a15-2_all.deb Size: 4388 MD5sum: d8ef511381f457bb8b308679226cf5f0 SHA1: b02f4d5804c56d89009682a838c4c7ccbdabe725 SHA256: 7a73ea6d3c8c1f842f89d0574f5b259a9c8fcf0b1e5aefe32486096fd2a64805 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://git.sr.ht/~emersion/go-scfg Description: Go library for a simple configuration file format go-scfg is a Go library to work with the scfg configuration file format. Package: golang-tandem-numerus-dev Source: numerus Version: 0.0~git1686665140.6732d65-0 Architecture: all Maintainer: jordi fita mas Installed-Size: 243 Depends: golang-github-jackc-pgx-v4-dev Filename: ./all/golang-tandem-numerus-dev_0.0~git1686665140.6732d65-0_all.deb Size: 40308 MD5sum: f09a07f356246293bbb8c4cdec11db51 SHA1: 96b43745300bdaffab675b77f0e5feb65f31c82a SHA256: 6e5b2455ebc386f94c21d15b748a76eff1a43c858cfb1314d1b7e8b2fd0fd569 Section: web Priority: optional Homepage: https://dev.tandem.ws/tandem/numerus Description: Simple invoicing and accounting web application A simple web application to keep invoice and accounting records, intended for freelancers working in Spain. . This is the dev package. Package: numerus Version: 0.0~git1686665140.6732d65-0 Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 14483 Depends: libc6 (>= 2.3.4), weasyprint Built-Using: golang-1.19 (= 1.19.8-2~bpo11+1), golang-github-jackc-chunkreader (= 2.0.1-2), golang-github-jackc-pgconn (= 1.11.0-2), golang-github-jackc-pgio (= 1.0.0-2), golang-github-jackc-pgpassfile (= 1.0.0-2), golang-github-jackc-pgproto3 (= 2.2.0-2), golang-github-jackc-pgservicefile (= 0.0~git20200714.2b9c447-2), golang-github-jackc-pgtype (= 1.10.0-4), golang-github-jackc-pgx (= 4.15.0-4), golang-github-jackc-puddle (= 1.2.1-2), golang-github-julienschmidt-httprouter (= 1.3.0-1), golang-github-leonelquinteros-gotext (= 1.5.0-3), golang-go.crypto (= 1:0.0~git20220829.c86fa9a-1~bpo11+1), golang-golang-x-text (= 0.3.8-1~bpo11+1) Filename: ./amd64/numerus_0.0~git1686665140.6732d65-0_amd64.deb Size: 5398056 MD5sum: 602a2b9520673ee64199ab7876ef562a SHA1: 0f4f3afcc9c78c78df169155823daa03655ce504 SHA256: 45b166df8d45c83112c87bb2eef868173f411023f5a66e42645ef05da07b8c67 Section: web Priority: optional Homepage: https://dev.tandem.ws/tandem/numerus Description: Simple invoicing and accounting web application A simple web application to keep invoice and accouting records, intended for freelancers working in Spain. Package: numerus-dbgsym Source: numerus Version: 0.0~git1686665140.6732d65-0 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 4111 Depends: numerus (= 0.0~git1686665140.6732d65-0) Filename: ./amd64/numerus-dbgsym_0.0~git1686665140.6732d65-0_amd64.deb Size: 3406220 MD5sum: 06f600b5ab887dcc569aa9740eeee9e0 SHA1: 7e9a9ea2b72aced42119fabbed44571c73c0c8e7 SHA256: 84a6a28ef81127102393b262ebbbcc12a849896be0cdf02549d359f544032eae Section: debug Priority: optional Description: debug symbols for numerus Build-Ids: eb6d7e645d96d2e2c9f16ff6667a733bfd21223a Package: numerus-demo Source: numerus Version: 0.0~git1686665140.6732d65-0 Architecture: all Maintainer: jordi fita mas Installed-Size: 30 Depends: sqitch Filename: ./all/numerus-demo_0.0~git1686665140.6732d65-0_all.deb Size: 8644 MD5sum: 37e0059b9aa0709fd391d980039a12f5 SHA1: 8373b5e7030c7d6964ee9a0f82939b7fd5dfcb67 SHA256: 65f9f20952627c0e3673ed815c251ede885295db4a0f5067b718cdca0f01a41c Section: web Priority: optional Homepage: https://dev.tandem.ws/tandem/numerus Description: Simple invoicing and accounting web application A simple web application to keep invoice and accouting records, intended for freelancers working in Spain. . This is the demo package. Package: numerus-sqitch Source: numerus Version: 0.0~git1686665140.6732d65-0 Architecture: all Maintainer: jordi fita mas Installed-Size: 464 Depends: postgresql-13-pg-libphonenumber, postgresql-13-pguri, postgresql-13-vat, sqitch Filename: ./all/numerus-sqitch_0.0~git1686665140.6732d65-0_all.deb Size: 43260 MD5sum: 9eabbd111ce35d14c640f329701d6358 SHA1: 75c40adb70b51b86fc0c021c14dd0af907fd18ed SHA256: f2578ac9453204691bc61249b17069fef6ede1d78b09327fca9bda7518dd959f Section: web Priority: optional Homepage: https://dev.tandem.ws/tandem/numerus Description: Simple invoicing and accounting web application A simple web application to keep invoice and accouting records, intended for freelancers working in Spain. . This is the Sqitch migration package. Package: obs-service-recompress Version: 0.3.1 Architecture: all Maintainer: Daniel Gollub Installed-Size: 17 Depends: bzip2, gzip, xz-utils, zstd Filename: ./all/obs-service-recompress_0.3.1_all.deb Size: 3620 MD5sum: 4aecc4e802ee4526d53b16764bdc07ee SHA1: e7047e31228f315ce4dd63ed6618cb69fec4b1d5 SHA256: 44536274c0256891a4b4bd310ab4be125fd3824beb1b7eb857a3c8d3fd1b59b8 Section: devel Priority: extra Homepage: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress Description: An OBS source service: Recompress files This is a source service for openSUSE Build Service. It supports to compress, uncompress or recompress files from or to none : No Compression gz : Gzip Compression bz2 : Bzip2 Compression xz : XZ Compression zstd : Zstd Compression Package: obs-service-set-version Version: 0.4.2 Architecture: all Maintainer: Daniel Gollub Installed-Size: 31 Depends: sed, python3 Filename: ./all/obs-service-set-version_0.4.2_all.deb Size: 6712 MD5sum: d804dc858fd5b3813cfcc3a67cefee63 SHA1: 485c1b892b1bd4ba7346ea7b213688256be84564 SHA256: 9b44f03c35bf73ced7d24e90749556baa21db9fabe43a071c41bd93f4d82aecb Section: devel Priority: extra Homepage: https://github.com/openSUSE/obs-service-set_version Description: An OBS source service: Update spec file version This is a source service for openSUSE Build Service. Very simply script to update the version in .spec or .dsc files according to a given version or to the existing files. Package: obs-service-tar-scm Version: 0.10.14 Architecture: all Maintainer: Daniel Gollub Installed-Size: 260 Depends: bzr, git, subversion, cpio, python3-dateutil, python3-yaml, locales-all Recommends: mercurial, git-buildpackage, git-lfs Provides: obs-service-obs-scm, obs-service-tar Filename: ./all/obs-service-tar-scm_0.10.14_all.deb Size: 63736 MD5sum: 4a824d1f9ff819a0d6c210a448cd4ffe SHA1: d4082e9a7e031862b7d0899c0fb4e14edf19ce45 SHA256: 6f2dec755c1d48da17bff7091c6398ffd6a86626279a85841cda9071c88b2680 Section: devel Priority: extra Homepage: https://github.com/openSUSE/obs-service-tar_scm Description: An OBS source service: fetches SCM tarballs This is a source service for openSUSE Build Service. It supports downloading from svn, git, hg and bzr repositories. Package: postgresql-13-pg-libphonenumber Source: pg-libphonenumber Version: 0.0~git20200211.753e2fa-2 Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 118 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libphonenumber8, libstdc++6 (>= 5.2), postgresql-13 Filename: ./amd64/postgresql-13-pg-libphonenumber_0.0~git20200211.753e2fa-2_amd64.deb Size: 34432 MD5sum: 3d0b4d011e12b8a7dd89cd9f6afbf166 SHA1: 2e11fa07752e888ce3647cdecaf63e40343483a0 SHA256: 45722d2cd47a3b17552386b3c86677955ce3df60bcbf5fa5e910b1677df9cda8 Section: database Priority: optional Homepage: https://github.com/blm768/pg-libphonenumber Description: PostgreSQL extension for libphonenumber pg_libphonenumber is a (partially implemented!) PostgreSQL extension that provides access to Google's libphonenumber. . libphonenumber is a library for parsing, formatting, and validating international phone numbers. Package: postgresql-13-pg-libphonenumber-dbgsym Source: pg-libphonenumber Version: 0.0~git20200211.753e2fa-2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 87 Depends: postgresql-13-pg-libphonenumber (= 0.0~git20200211.753e2fa-2) Filename: ./amd64/postgresql-13-pg-libphonenumber-dbgsym_0.0~git20200211.753e2fa-2_amd64.deb Size: 70320 MD5sum: 4245162a77d12589d4ec3f5fc9484799 SHA1: 361a0a8673536acc715b341bafa6836c78bce6ae SHA256: 3ef05905169edac9b428c7c61f7274663ad88ccb1c19c618984078934dd455af Section: debug Priority: optional Description: debug symbols for postgresql-13-pg-libphonenumber Build-Ids: 5468b092ac055fd8a01d3250a57f00cb276d7e10 Package: postgresql-13-pguri Source: pguri Version: 1.20151224-3 Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 74 Depends: libc6 (>= 2.4), liburiparser1 (>= 0.6.0), postgresql-13 Filename: ./amd64/postgresql-13-pguri_1.20151224-3_amd64.deb Size: 20852 MD5sum: cdc230f617121057235fd14a7c5db47d SHA1: 114cd76554295b943699c06c48efeb389478715c SHA256: bdca925244010ae6de290bed735a0a463bdc88a41bb1c8c77e6828bf15c7c16f Section: database Priority: optional Homepage: https://github.com/petere/pguri Description: uri type for PostgreSQL This is an extension for PostgreSQL that provides a uri data type. Advantages over using plain text for storing URIs include: . * URI syntax checking, * functions for extracting URI components, and * human-friendly sorting. . The actual URI parsing is provided by the uriparser library, which supports URI syntax as per RFC 3986. . Note that this might not be the right data type to use if you want to store user-provided URI data, such as HTTP referrers, since they might contain arbitrary junk. Package: postgresql-13-pguri-dbgsym Source: pguri Version: 1.20151224-3 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 35 Depends: postgresql-13-pguri (= 1.20151224-3) Filename: ./amd64/postgresql-13-pguri-dbgsym_1.20151224-3_amd64.deb Size: 19580 MD5sum: 11f33f11608dffe86c02beb869691604 SHA1: a5a2fb90a7babcab6a19363ef6a6a98b1449c6e7 SHA256: fde43cef936470e524b4bf9b1303943942aed258107ce19a4dba5b7182f78feb Section: debug Priority: optional Description: debug symbols for postgresql-13-pguri Build-Ids: 08355461f5fde4a1c0a190aaecca71cc61e83ece Package: postgresql-13-vat Source: vat Version: 0.0~git1674604259.256ba9c-0 Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 52 Depends: libc6 (>= 2.14), postgresql-13 Filename: ./amd64/postgresql-13-vat_0.0~git1674604259.256ba9c-0_amd64.deb Size: 12816 MD5sum: e6bac4f256b6e6f226b618da9248def4 SHA1: 0dcfd11b192c369c2f49134c90ee066a5eb45649 SHA256: 2bbeaf961ebf52464e48d25f24e695caa1e36c3edf78f9bc340c0e48f42bdef2 Section: database Priority: optional Homepage: https://dev.tandem.ws/tandem/vat Description: VAT identification number extension for PostgreSQL 13 vat is a library to check for valid format of VAT identification numbers. . This package contains the extension for PostgreSQL 13. Package: postgresql-13-vat-dbgsym Source: vat Version: 0.0~git1674604259.256ba9c-0 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 26 Depends: postgresql-13-vat (= 0.0~git1674604259.256ba9c-0) Filename: ./amd64/postgresql-13-vat-dbgsym_0.0~git1674604259.256ba9c-0_amd64.deb Size: 13036 MD5sum: cbe77678eae894a0ad5e6a002661eb64 SHA1: 7a0688e6d3f7ae31ad987390b49ae81d88693e2c SHA256: ea7ed5d8d2cbd92c40f6bf9ab59eb2f6e569aebd545f32748209b6707b1cafb9 Section: debug Priority: optional Description: debug symbols for postgresql-13-vat Build-Ids: 181629ef82ccbb64da333adc6eff1c35a291ca1a Package: tlstunnel Version: 0.2.0-2 Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 6916 Depends: libc6 (>= 2.3.4) Built-Using: golang-1.19 (= 1.19.8-2~bpo11+1), golang-github-caddyserver-certmagic (= 0.17.2-2), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-libdns-libdns (= 0.2.0-2), golang-github-mholt-acmez (= 0.1.3-2), golang-github-miekg-dns (= 1.1.35-1), golang-github-pires-go-proxyproto (= 0.4.2-1), golang-go.crypto (= 1:0.0~git20220829.c86fa9a-1~bpo11+1), golang-go.uber-atomic (= 1.10.0-1~bpo11+1), golang-go.uber-multierr (= 1.1.0-1.1), golang-go.uber-zap (= 1.15.0-2), golang-golang-x-net (= 1:0.0+git20221012.0b7e1fb+dfsg-1~bpo11+1), golang-golang-x-sys (= 0.1.0-1~bpo11+1), golang-golang-x-text (= 0.3.8-1~bpo11+1), golang-sourcehut-emersion-go-scfg (= 0.0~git20211215.c2c7a15-2) Filename: ./amd64/tlstunnel_0.2.0-2_amd64.deb Size: 2301520 MD5sum: f17d8852d8143a1f3fed068cdb472ab3 SHA1: e139e021ed4ef897fe03d5226d17cd81ccb566af SHA256: 0af51d4e29b92b3e108cd43c4c13e13e782bd28935398c360be23b072b807372 Section: net Priority: optional Homepage: https://git.sr.ht/~emersion/tlstunnel Description: TLS reverse proxy . It features: Automatic TLS with Let's Encrypt, routing incoming connections to backends using Server Name Indication, and support for the PROXY protocol. Package: tlstunnel-dbgsym Source: tlstunnel Version: 0.2.0-2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordi fita mas Installed-Size: 2849 Depends: tlstunnel (= 0.2.0-2) Filename: ./amd64/tlstunnel-dbgsym_0.2.0-2_amd64.deb Size: 2401892 MD5sum: 55c6885732435129fb3e86f22394e40d SHA1: 6657f4bd181300fa2651f08c1401de895753a59d SHA256: d115526e90710afbafc189b75c32d6fc653e3a80da51e411f8fcea14d9e843fc Section: debug Priority: optional Description: debug symbols for tlstunnel Build-Ids: 731556ae271aa8844539ab398571ded7022c7eeb