golang-github-tdewolff-minify 2.12.7-1build1 source package in Ubuntu

Changelog

golang-github-tdewolff-minify (2.12.7-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:49 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-tdewolff-minify_2.12.7.orig.tar.gz 6.7 MiB 91b262713dc4a3ce817cf71a414856089476c8b400da2cfce07f7519e14dea68
golang-github-tdewolff-minify_2.12.7-1build1.debian.tar.xz 5.0 KiB 4c1a7c98fefe49613eed4113754abac7691dc64f703fa716add2a207f4aff8f6
golang-github-tdewolff-minify_2.12.7-1build1.dsc 2.6 KiB 66a1986761fae45d35e1b2681b6ddfc00c71970603fba4c84294614d9537f136

View changes file

Binary packages built by this source

golang-github-tdewolff-minify-dev: Go minifiers for web formats

 github.com/tdewolff/minify is a minifier package written in Go.
 It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers and an interface
 to implement any other minifier.
 .
 Minification is the process of removing bytes from a file (such as
 whitespace) without changing its output and therefore shrinking
 its size and speeding up transmission over the Internet and possibly
 parsing. The implemented minifiers are high performance and streaming,
 which implies O(n).
 .
 The core functionality associates mimetypes with minification functions,
 allowing embedded resources (like CSS or JS within HTML files) to be
 minified as well. Users can add new implementations that are triggered
 based on a mimetype (or pattern), or redirect to an external command
 (like ClosureCompiler, UglifyCSS, ...)

minify: CLI implementation of the Go minify library package

 /usr/bin/minify is a CLI implementation of the github.com/tdewolff/minify
 Go library package.
 .
 It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers.
 .
 Minification is the process of removing bytes from a file (such as
 whitespace) without changing its output and therefore shrinking
 its size and speeding up transmission over the Internet and possibly
 parsing. The implemented minifiers are high performance and streaming,
 which implies O(n).

minify-dbgsym: debug symbols for minify