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

Changelog

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

  * New upstream version 2.20.13
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <email address hidden>  Wed, 31 Jan 2024 06:20:37 -0700

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

Downloads

File Size SHA-256 Checksum
golang-github-tdewolff-minify_2.20.13-1.dsc 2.6 KiB 930332486db7479815cc41b940e813684145b6e35b84410a747749880be0bb4a
golang-github-tdewolff-minify_2.20.13.orig.tar.gz 6.7 MiB 4be4cfa2764ef3062cc21cdb26ec40818aa0d57c14673f97b93bbe60cd58f1aa
golang-github-tdewolff-minify_2.20.13-1.debian.tar.xz 5.0 KiB 8d2270897f6d5ced351e20838e3346e39e64bf46b40cdac6758883b932fa7e1c

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