Source: golang-bindata Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter Build-Depends: debhelper-compat (= 13), dh-golang, golang-go Standards-Version: 3.9.8 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-bindata.git Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-bindata Homepage: https://github.com/jteeuwen/go-bindata XS-Go-Import-Path: github.com/jteeuwen/go-bindata Package: go-bindata Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg-dev Built-Using: ${misc:Built-Using} Description: embed data in a Go program This tool converts any file into manageable Go source code. It is useful for embedding binary data into a Go program. The file data is optionally gzip compressed before being converted to a raw byte slice. . This package provides the standalone utility `go-bindata`. Package: golang-github-jteeuwen-go-bindata-dev Provides: golang-bindata-dev Breaks: golang-bindata-dev Replaces: golang-bindata-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: foreign Description: embed data in a Go program - library package This tool converts any file into manageable Go source code. It is useful for embedding binary data into a Go program. The file data is optionally gzip compressed before being converted to a raw byte slice. . This package contains the library to be used by other Go programs.