golang-github-jackc-pgproto3 2.3.2-1 source package in Ubuntu

Changelog

golang-github-jackc-pgproto3 (2.3.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 2.3.2
  * Reorder fields in debian/control and debian/copyright
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <email address hidden>  Mon, 26 Feb 2024 15:09:12 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jackc-pgproto3_2.3.2-1.dsc 2.3 KiB f9225bff29b95cf2d019b2ea09d5cea9d397a88808d6191a225db942e6aa988a
golang-github-jackc-pgproto3_2.3.2.orig.tar.gz 24.1 KiB 8112635cfbf19118bb96c0b6bfcc5824534aae37d9b0874960d0e0e451f015f3
golang-github-jackc-pgproto3_2.3.2-1.debian.tar.xz 2.4 KiB 087644b6c0d16a0fcc02ccb911da9924a6ce5a6275c31547a2f367c4d2982370

Available diffs

No changes file available.

Binary packages built by this source

golang-github-jackc-pgproto3-v2-dev: 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).