golang-github-ajg-form 1.5+git20160822.523a5da-1.1ubuntu1 source package in Ubuntu
Changelog
golang-github-ajg-form (1.5+git20160822.523a5da-1.1ubuntu1) impish; urgency=medium * Change semicolons to ampersands to enable building with go 1.17 (LP: #1942131) -- William 'jawn-smith' Wilson <email address hidden> Mon, 30 Aug 2021 15:44:10 -0500
Upload details
- Uploaded by:
- William Wilson
- Sponsored by:
- Michael Hudson-Doyle
- Uploaded to:
- Impish
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-ajg-form_1.5+git20160822.523a5da.orig.tar.xz | 13.5 KiB | 0f6b12c1148a6f1528043300ea9c2650d1f5ecc5e4974d305fd1dc743e045b5c |
golang-github-ajg-form_1.5+git20160822.523a5da-1.1ubuntu1.debian.tar.xz | 3.2 KiB | 11e2ff1cc0613320db55222b9755433a253c317e0034cc4ea57014213f2b433f |
golang-github-ajg-form_1.5+git20160822.523a5da-1.1ubuntu1.dsc | 2.3 KiB | 925e6efe645ffa6c879e3f721a2913eb6180a4f50f5b5cae9148d773c6125e50 |
Available diffs
Binary packages built by this source
- golang-github-ajg-form-dev: Form Encoding & Decoding Package for Go
This library is designed to allow seamless, high-fidelity encoding and
decoding of arbitrary data in application/x-www-form- urlencoded format
and as url.Values (http://golang. org/pkg/ net/url/ #Values). It is intended
to be useful primarily in dealing with web forms and URI query strings,
both of which natively employ said format.