golang-github-gorilla-css 1.0.1-1 source package in Ubuntu

Changelog

golang-github-gorilla-css (1.0.1-1) unstable; urgency=medium

  * New upstream release 1.0.1
  * Freshen debian/copyright
  * Bump Standards-Version to 4.6.2

 -- Federico Grau <email address hidden>  Tue, 12 Dec 2023 19:32:47 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gorilla-css_1.0.1-1.dsc 2.2 KiB 19ab1800580800f711cffd5b0e53d49d0d950031331e41c622b6c7b0f36f0a5c
golang-github-gorilla-css_1.0.1.orig.tar.gz 7.6 KiB 2455b8c0ec5f0372b49945cb7790573a356790a8f822839033cf5b5a02175a72
golang-github-gorilla-css_1.0.1-1.debian.tar.xz 2.6 KiB 8bc82ae24b2303c3bbdc5863094698445dfc9f000aa544d9ed9403a631bba74e

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gorilla-css-dev: CSS3 tokenizer for Go (library)

 This is a Go library package that generates tokens for CSS3 input.
 .
 It follows the CSS3 specification located at:
    http://www.w3.org/TR/css3-syntax/
 .
 Note: the scanner doesn't perform lexical analysis or, in other words, it
 doesn't care about the token context. It is intended to be used by a lexer or
 parser.