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 29 30 31 32
|
Source: golang-barcode
Section: graphics
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
golang-any,
dh-sequence-golang
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
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
Multi-Arch: foreign
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
|