Source: golang-github-influxdata-influxql
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-gogo-protobuf-dev | golang-gogoprotobuf-dev,
               golang-google-protobuf-dev,
               tzdata
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-influxdata-influxql
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-influxdata-influxql.git
Homepage: https://github.com/influxdata/influxql
XS-Go-Import-Path: github.com/influxdata/influxql

Package: golang-github-influxdata-influxql-dev
Architecture: all
Depends: golang-github-gogo-protobuf-dev | golang-gogoprotobuf-dev,
         golang-google-protobuf-dev,
         ${misc:Depends}
Description: parser for the InfluxDB query language
 Package influxql implements a parser for the InfluxDB query language.
 .
 InfluxQL is a SQL-like query language for interacting with InfluxDB.
 It has been lovingly crafted to feel familiar to those coming from other
 SQL or SQL-like environments while providing features specific to storing
 and analyzing time series data.
