[ 原始碼: 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.