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

Changelog

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

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Fri, 19 Jan 2024 11:53:32 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security 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.1ubuntu0.23.10.1.debian.tar.xz 3.2 KiB 74b9a0ce0a110d0c3cd7b30210258a8d76a5cc6736c475eacb4b84f95acaf518
golang-github-vincent-petithory-dataurl_0.0~git20191104.d1553a7-1.1ubuntu0.23.10.1.dsc 2.5 KiB 1e9b8260db625e2596390bd54d71e23314e67216b68a288685364d114c3d5be3

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