Source: golang-github-hashicorp-raft
Section: devel
Priority: optional
Standards-Version: 4.2.1
Homepage: https://github.com/hashicorp/raft
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
           Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-any,
               golang-github-armon-go-metrics-dev,
               golang-github-hashicorp-go-msgpack-dev,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-raft
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-raft.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/hashicorp/raft

Package: golang-github-hashicorp-raft-dev
Architecture: all
Depends: golang-github-armon-go-metrics-dev,
         golang-github-hashicorp-go-msgpack-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Description: implementation of the Raft consensus protocol
 raft is a Go library that manages a replicated log and can be
 used with an FSM to manage replicated state machines. It is
 a library for providing consensus.