[ ソース: golang-github-gorilla-css ]
パッケージ: golang-github-gorilla-css-dev (1.0.0-3)
golang-github-gorilla-css-dev に関するリンク
Debian の資源:
golang-github-gorilla-css ソースパッケージをダウンロード:
- [golang-github-gorilla-css_1.0.0-3.dsc]
- [golang-github-gorilla-css_1.0.0.orig.tar.gz]
- [golang-github-gorilla-css_1.0.0-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.