golang-github-tdewolff-minify 2.12.4-1 source package in Ubuntu

Changelog

golang-github-tdewolff-minify (2.12.4-1) unstable; urgency=medium

  * New upstream version 2.12.4
  * Bump dependency golang-github-tdewolff-parse-dev (>= 2.6.4)

 -- Anthony Fok <email address hidden>  Sat, 29 Oct 2022 04:11:17 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-tdewolff-minify_2.12.4-1.dsc 2.6 KiB 09d2d2ba702669fa795b6d1ad05ac2a1133929c04b49fdf9bc3a9903f0899235
golang-github-tdewolff-minify_2.12.4.orig.tar.gz 6.7 MiB 27aadcaefd2ff92378ba9bda90d34803059100eba93a0cf4ef149826b57e57b2
golang-github-tdewolff-minify_2.12.4-1.debian.tar.xz 4.6 KiB 92e9a7684164f23cf7fd9366d3ac40f110cc1eb97a3c2cc212fbcd4d2a393327

Available diffs

No changes file available.

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