File: control

package info (click to toggle)
golang-github-pzhin-go-sophia 0.0~git20191015.afcd224-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 940 kB
  • sloc: ansic: 23,001; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,329 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
Source: golang-github-pzhin-go-sophia
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
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: amd64 arm64 mips64el mipsel
Built-Using: ${misc:Built-Using}
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.