File: control

package info (click to toggle)
golang-github-willfaught-gockle 0.0~git20160623.4f254e1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download | duplicates (2)
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
Source: golang-github-willfaught-gockle
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-gocql-gocql-dev,
               golang-github-maraino-go-mock-dev
Standards-Version: 4.1.4
Homepage: https://github.com/willfaught/gockle
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-willfaught-gockle
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-willfaught-gockle.git
XS-Go-Import-Path: github.com/willfaught/gockle
Testsuite: autopkgtest-pkg-go

Package: golang-github-willfaught-gockle-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-gocql-gocql-dev,
         golang-github-maraino-go-mock-dev
Description: simpler and mockable gocql
 Package gockle simplifies and mocks github.com/gocql/gocql. It provides
 simple interfaces to insert, query, and mutate Cassandra data, as well
 as get basic keyspace and table metadata.