Source: golang-bindata Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter Build-Depends: debhelper (>= 9), dh-golang (>= 1.31), golang-go Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-bindata.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-bindata.git 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} 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.