Codebase list golang-github-gobuffalo-packr / 3e0b79c debian / control
3e0b79c

Tree @3e0b79c (Download .tar.gz)

control @3e0b79craw · history · blame

Source: golang-github-gobuffalo-packr
Section: devel
Priority: optional
Maintainer: Kali Developers <[email protected]>
Uploaders: Sophie Brun <[email protected]>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
	       ca-certificates,
               golang-any,
               golang-github-gobuffalo-envy-dev,
               golang-github-karrick-godirwalk-dev,
               golang-github-rogpeppe-go-internal-dev,
               golang-github-spf13-cobra-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-sync-dev,
               golang-golang-x-tools-dev,
               golang-logrus-dev
Standards-Version: 4.5.0
Vcs-Browser: https://gitlab.com/kalilinux/packages/golang-github-gobuffalo-packr
Vcs-Git: https://gitlab.com/kalilinux/packges/golang-github-gobuffalo-packr.git
Homepage: https://github.com/gobuffalo/packr
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/gobuffalo/packr
Testsuite: autopkgtest-pkg-go

Package: golang-github-gobuffalo-packr-dev
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: The simple and easy way to embed static files into Go binaries. (program)
 Packr is a simple solution for bundling static assets inside of Go
 binaries. Most importantly it does it in a way that is friendly
 to developers while they are developing.