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

Changelog

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

  * Non-maintainer upload.
  * No change rebuild on buildd.

 -- Bastian Blank <email address hidden>  Wed, 08 Dec 2021 12:05:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-vincent-petithory-dataurl_0.0~git20191104.d1553a7-1.1.dsc 2.2 KiB 646c6eeeb158a71343e9c8865deb5f5c083c4270a7bfbf116bb2736fabe9dc08
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.1.debian.tar.xz 3.0 KiB bdf49e817a622cc65d0aff9e91615ffc98005d8e2172c2550d20e26930c3a393

No changes file available.

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: No summary available for dataurl-dbgsym in ubuntu kinetic.

No description available for dataurl-dbgsym in ubuntu kinetic.

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.)