Artifact golang-github-steveyen-gtreap-dev_0.0~git20150807.0.0abe01e-7_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Description: |-
    gtreap is an immutable treap implementation in the Go Language
     Gtreap implements an immutable treap data structure in golang.
     .
     By treap, this data structure is both a heap and a binary search tree.
     .
     By immutable, any updates/deletes to a treap will return a new treap
     which can share internal nodes with the previous treap.  All nodes in this
     implementation are read-only after their creation.  This allows concurrent
     readers to operate safely with concurrent writers as modifications only
     create new data structures and never modify existing data structures.
     This is a simple approach to achieving MVCC or multi-version concurrency
     control.
     .
     By heap, items in the treap follow the heap-priority property, where a
     parent node will have higher priority than its left and right children
     nodes.
     .
     By binary search tree, items are store lexigraphically, ordered by a
     user-supplied Compare function.
  Homepage: https://github.com/steveyen/gtreap
  Installed-Size: '29'
  Maintainer: Debian QA Group <packages@qa.debian.org>
  Multi-Arch: foreign
  Package: golang-github-steveyen-gtreap-dev
  Priority: optional
  Section: devel
  Source: golang-github-steveyen-gtreap
  Version: 0.0~git20150807.0.0abe01e-7
srcpkg_name: golang-github-steveyen-gtreap
srcpkg_version: 0.0~git20150807.0.0abe01e-7

File

golang-github-steveyen-gtreap-dev_0.0~git20150807.0.0abe01e-7_all.deb
Binary file golang-github-steveyen-gtreap-dev_0.0~git20150807.0.0abe01e-7_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package golang-github-steveyen-gtreap_0.0~git20150807.0.0abe01e-7
built-using Binary package dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64
built-using Binary package dpkg_1.22.12~1.gbp82cafd_arm64
built-using Binary package dselect-dbgsym_1.22.12~1.gbp82cafd_arm64
built-using Binary package dselect_1.22.12~1.gbp82cafd_arm64
built-using Binary package libdpkg-dev_1.22.12~1.gbp82cafd_arm64
built-using Binary package dpkg-dev_1.22.12~1.gbp82cafd_all
built-using Binary package libdpkg-perl_1.22.12~1.gbp82cafd_all
extends Package upload golang-github-steveyen-gtreap_0.0~git20150807.0.0abe01e-7

binary package System build a package - 1 month, 4 weeks ago 4 weeks, 1 day
BETA