golang-github-boltdb-bolt 0.0~git20150715.980670a-1 source package in Ubuntu
Changelog
golang-github-boltdb-bolt (0.0~git20150715.980670a-1) unstable; urgency=low * Initial release. (Closes: #781321) -- Alexandre Viau <email address hidden> Thu, 26 Mar 2015 22:24:39 -0400
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-boltdb-bolt_0.0~git20150715.980670a-1.dsc | 2.2 KiB | 3970c70d958f542c1fdd866bf28afaa3f5774147ea2fc9555a87bf939b75b091 |
golang-github-boltdb-bolt_0.0~git20150715.980670a.orig.tar.gz | 70.9 KiB | 9aa8831bc7c3af23c44a7d83de8301554630fb583236b24968378ea5f0fad169 |
golang-github-boltdb-bolt_0.0~git20150715.980670a-1.debian.tar.xz | 1.8 KiB | c759c87f6662e6bd6c4ce023bd20ae2cfabfba2a7d14e2b7ca9a68caa3bd0ca1 |
No changes file available.
Binary packages built by this source
- golang-github-boltdb-bolt-dev: low-level key/value database for Go
Bolt is a pure Go key/value store inspired by Howard Chu's and the LMDB
project. The goal of the project is to provide a simple, fast, and reliable
database for projects that don't require a full database server such as
Postgres or MySQL.