1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: golang-github-bep-go-tocss
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
golang-github-stretchr-testify-dev (>= 1.2.2~),
golang-github-wellington-go-libsass-dev (>= 0.9.2+git20181113.c636442~)
Standards-Version: 4.2.1
Homepage: https://github.com/bep/go-tocss
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bep-go-tocss
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bep-go-tocss.git
XS-Go-Import-Path: github.com/bep/go-tocss
Testsuite: autopkgtest-pkg-go
Package: golang-github-bep-go-tocss-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-stretchr-testify-dev (>= 1.2.2~),
golang-github-wellington-go-libsass-dev (>= 0.9.2+git20181113.c636442~)
Description: simple-to-use LibSass Go API
This is currently a, hopefully, simple to use LibSass Go API.
It uses the C bindings in https://github.com/wellington/go-libsass/libs
to do the heavy lifting.
.
The primary motivation for this project is to add SCSS support to Hugo
(https://gohugo.io/). It is has some generic tocss package names hoping
that there will be a solid native Go implementation that can replace
LibSass in the near future.
|