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

Changelog

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

  * New upstream version 2.12.7
  * Bump versioned dependencies as per go.mod
  * Remove unneeded binary dependency on golang-github-tdewolff-test-dev
    which is used only for tests
  * Remove previously backported 0001-Fix-test.patch, now included upstream

 -- Anthony Fok <email address hidden>  Wed, 21 Jun 2023 21:06:07 -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

Downloads

File Size SHA-256 Checksum
golang-github-tdewolff-minify_2.12.7-1.dsc 2.6 KiB 88a80126629f5c1f146f1c0bc64a0673709ef13c74c3e99a4121e726ffac5048
golang-github-tdewolff-minify_2.12.7.orig.tar.gz 6.7 MiB 91b262713dc4a3ce817cf71a414856089476c8b400da2cfce07f7519e14dea68
golang-github-tdewolff-minify_2.12.7-1.debian.tar.xz 4.9 KiB 5cce5dcbb47740067e45ba8442d4c6f72da461055369ca606f7663d89fd83c78

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