golang-github-vincent-petithory-dataurl 0.0~git20191104.d1553a7-1.1build1 source package in Ubuntu

Changelog

golang-github-vincent-petithory-dataurl (0.0~git20191104.d1553a7-1.1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:54 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
golang-github-vincent-petithory-dataurl_0.0~git20191104.d1553a7.orig.tar.xz 10.5 KiB 59a60d07a8e509ba4855cc7720605ad288636b0186d0ce412fbe06e1294b7d59
golang-github-vincent-petithory-dataurl_0.0~git20191104.d1553a7-1.1build1.debian.tar.xz 3.0 KiB 73b7c9f80156bfc9d57e80f259910aa7008d24a99b107fe1647eaccb7527928f
golang-github-vincent-petithory-dataurl_0.0~git20191104.d1553a7-1.1build1.dsc 2.5 KiB 3ed00180a796bf2d253467126e2df6ea9477a0dbdba7f20a05c33111eb816396

View changes file

Binary packages built by this source

dataurl: Data URL Schemes in Golang (program)

 This package parses and generates Data URL Schemes for the Go language,
 according to RFC 2397 (http://tools.ietf.org/html/rfc2397).
 .
 Data URLs are small chunks of data commonly used in browsers to display
 inline data, typically like small images, or when you use the FileReader
 API of the browser.
 .
 Common use-cases:
 .
  * generate a data URL out of a string, []byte, io.Reader for
    inclusion in HTML templates
  * parse a data URL sent by a browser in a http.Handler, and
    do something with the data (save to disk, etc.)
 .
 This package contains the dataurl CLI utility.

dataurl-dbgsym: debug symbols for dataurl
golang-github-vincent-petithory-dataurl-dev: Data URL Schemes in Golang (library)

 This package parses and generates Data URL Schemes for the Go language,
 according to RFC 2397 (http://tools.ietf.org/html/rfc2397).
 .
 Data URLs are small chunks of data commonly used in browsers to display
 inline data, typically like small images, or when you use the FileReader
 API of the browser.
 .
 Common use-cases:
 .
  * generate a data URL out of a string, []byte, io.Reader for
    inclusion in HTML templates
  * parse a data URL sent by a browser in a http.Handler, and
    do something with the data (save to disk, etc.)