File: control

package info (click to toggle)
golang-github-tealeg-xlsx 1.0.3%2Bgit20181024.dbf71b6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,088 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 974 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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-compat (= 12),
               dh-golang,
               golang-any,
               golang-gopkg-check.v1-dev,
               tzdata
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.