File: control

package info (click to toggle)
golang-github-hashicorp-go-memdb 0.0~git20180224.1289e7ff-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,293 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-hashicorp-go-memdb
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-any,
               golang-github-hashicorp-go-immutable-radix-dev
Standards-Version: 4.1.4
Homepage: https://github.com/hashicorp/go-memdb
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-memdb
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-memdb.git
XS-Go-Import-Path: github.com/hashicorp/go-memdb
Testsuite: autopkgtest-pkg-go

Package: golang-github-hashicorp-go-memdb-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-hashicorp-go-immutable-radix-dev
Description: in-memory database built on immutable radix trees
 Implementation of a simple in-memory database built on immutable radix
 trees. The database provides Atomicity, Consistency and Isolation from
 ACID. Being that it is in-memory, it does not provide durability. The
 database is instantiated with a schema that specifies the tables and
 indicies that exist and allows transactions to be executed.