1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: golang-github-tealeg-xlsx
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
golang-gopkg-check.v1-dev
Standards-Version: 4.2.1
Homepage: https://github.com/tealeg/xlsx
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tealeg-xlsx
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tealeg-xlsx.git
XS-Go-Import-Path: github.com/tealeg/xlsx
Testsuite: autopkgtest-pkg-go
Package: golang-github-tealeg-xlsx-dev
Architecture: all
Depends: ${misc:Depends},
golang-gopkg-check.v1-dev
Description: golang library for reading and writing XLSX files
golang-github-tealeg-xlsx is a library to simplify reading and writing the
XML format used by recent version of Microsoft Excel in Go programs.
|