File: control

package info (click to toggle)
golang-github-pzhin-go-sophia 0.0~git20180715.8bdc218-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 924 kB
  • sloc: ansic: 23,001; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,241 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
Source: golang-github-pzhin-go-sophia
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-stretchr-testify-dev
Standards-Version: 4.1.5
Homepage: https://github.com/pzhin/go-sophia
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pzhin-go-sophia
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pzhin-go-sophia.git
XS-Go-Import-Path: github.com/pzhin/go-sophia
Testsuite: autopkgtest-pkg-go

Package: golang-github-pzhin-go-sophia-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: Golang binding for the Sophia database
 go-sophia is a Go (golang) binding to the Sophia (http://sophia.systems)
 database engine. Sophia is a modern transactional key-value/row-storage
 library, designed to provide best possible on-disk performance without
 degradation in time. It has guaranteed O(1) worst case complexity for
 read, write and range scan operations, adapting to expected write rate,
 total storage capacity and cache size.