File: control

package info (click to toggle)
golang-github-bep-golibsass 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,840 kB
  • sloc: cpp: 30,477; ansic: 848; sh: 662; makefile: 344; perl: 124
file content (29 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download
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
Source: golang-github-bep-golibsass
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-frankban-quicktest-dev (>= 1.7.2)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bep-golibsass
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bep-golibsass.git
Homepage: https://github.com/bep/golibsass
XS-Go-Import-Path: github.com/bep/golibsass

Package: golang-github-bep-golibsass-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-frankban-quicktest-dev (>= 1.7.2),
         ${misc:Depends}
Description: Easy-to-use Go bindings for LibSass
 The primary motivation for this project is to provide SCSS support to Hugo
 (https://gohugo.io/).  PRs with bug fixes are welcome.  Adding functionality
 will also be considered, but please raise an issue discussing it first.
 .
 If you need more functionality than this project can provide, you may want
 to have a look at go-libsass (https://github.com/wellington/go-libsass).