golang-github-tdewolff-minify 2.12.7-1ubuntu0.1 source package in Ubuntu

Changelog

golang-github-tdewolff-minify (2.12.7-1ubuntu0.1) mantic-security; urgency=medium

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

 -- Nishit Majithia <email address hidden>  Tue, 23 Jan 2024 09:34:59 +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-tdewolff-minify_2.12.7.orig.tar.gz 6.7 MiB 91b262713dc4a3ce817cf71a414856089476c8b400da2cfce07f7519e14dea68
golang-github-tdewolff-minify_2.12.7-1ubuntu0.1.debian.tar.xz 5.1 KiB ae4a3b64ce49c9b2aeed8b8ca5d0936c872205ca6827cf60d869f18178d49ec5
golang-github-tdewolff-minify_2.12.7-1ubuntu0.1.dsc 2.5 KiB 25059142caaa492e896f6f7cce615abd9551ffaa10ad73ab5cfa47fc33b811e1

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