Source: golang-github-bep-godartsass
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-cli-safeexec-dev (>= 1.0.0),
               golang-github-frankban-quicktest-dev (>= 1.11.2),
               golang-google-protobuf-dev (>= 1.25.0)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bep-godartsass
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bep-godartsass.git
Homepage: https://github.com/bep/godartsass
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/bep/godartsass

Package: golang-github-bep-godartsass-dev
Architecture: all
Depends: golang-github-cli-safeexec-dev (>= 1.0.0),
         golang-github-frankban-quicktest-dev (>= 1.11.2),
         golang-google-protobuf-dev (>= 1.25.0),
         ${misc:Depends}
Description: Go API backed by the native Dart Sass Embedded executable
 This is a Go API backed by the native Dart Sass Embedded executable,
 see https://github.com/sass/dart-sass-embedded
 .
 The primary motivation for this project is to provide SCSS support to Hugo,
 see https://gohugo.io/
 .
 For LibSass bindings in Go, see GoLibSass at https://github.com/bep/golibsass,
 packaged as golang-github-bep-golibsass-dev for Debian
