Source: golang-github-bep-go-tocss Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok 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.