File: control

package info (click to toggle)
golang-github-gocql-gocql 0.0~git20171009.0.2416cf3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 872 kB
  • sloc: sh: 68; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,553 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
29
30
31
32
33
34
35
36
37
38
39
Source: golang-github-gocql-gocql
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-golang-snappy-dev,
               golang-github-hailocab-go-hostpool-dev,
               golang-gopkg-inf.v0-dev
Standards-Version: 4.1.4
Homepage: https://github.com/gocql/gocql
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gocql-gocql
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gocql-gocql.git
XS-Go-Import-Path: github.com/gocql/gocql
Testsuite: autopkgtest-pkg-go

Package: golang-github-gocql-gocql-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-golang-snappy-dev,
         golang-github-hailocab-go-hostpool-dev,
         golang-gopkg-inf.v0-dev
Description: fast and robust Cassandra client for Go
 gocql implements a fast and robust Cassandra client for the Go
 programming language. It supports the following features:
 .
   * cluster management
   * automatic and safe type conversion between Cassandra and Go without any
     loss of precision
   * synchronous API with an asynchronous and concurrent back-end
   * result paging
   * atomic batch execution
   * query tracing to obtain a detailed output of all events that happened
      during the query execution
   * frame compression
   * support of multiple Cassandra versions