Source: golang-barcode
Section: graphics
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tonnerre Lombard <tonnerre@ancient-solutions.com>,
           Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper-compat (= 13), golang-go, dh-golang
Standards-Version: 3.9.5
Homepage: https://github.com/boombuler/barcode
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-barcode.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-barcode
XS-Go-Import-Path: github.com/boombuler/barcode

Package: golang-barcode-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Barcode creation lib for golang
 This is a package for GO which can be used to create different types of
 barcodes. Currently, the following barcodes are supported:
 .
  - Codabar
  - Code 128
  - Code 39
  - EAN 8
  - EAN 13
  - Datamatrix
  - QR Codes
  - 2 of 5
