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
|
Source: golang-barcode
Section: graphics
Priority: extra
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 (>= 9), golang-go (>= 1.0), dh-golang
Standards-Version: 3.9.5
Homepage: https://github.com/boombuler/barcode
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-barcode.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-barcode.git/
XS-Go-Import-Path: github.com/boombuler/barcode
Package: golang-barcode-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
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
|