File: control

package info (click to toggle)
golang-github-seandolphin-bqschema 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,176 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
25
26
27
28
Source: golang-github-seandolphin-bqschema
Section: devel
Priority: optional
Standards-Version: 4.4.1
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 12~),
               dh-golang,
               golang-go,
               golang-ginkgo-dev | golang-github-onsi-ginkgo-dev,
               golang-gomega-dev | golang-github-onsi-gomega-dev,
               golang-google-api-dev
Homepage: https://github.com/SeanDolphin/bqschema
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-seandolphin-bqschema
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-seandolphin-bqschema.git
XS-Go-Import-Path: github.com/SeanDolphin/bqschema
Testsuite: autopkgtest-pkg-go

Package: golang-github-seandolphin-bqschema-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-google-api-dev
Description: Go library to process Google Big Query
 BQSchema is a library to create Google Big Query schema directly
 from Go structs and import BigQuery QueryResponse into arrays of Go
 structs.