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-armon-consul-api
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/armon/consul-api
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-armon-consul-api.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-armon-consul-api.git
XS-Go-Import-Path: github.com/armon/consul-api
Package: golang-github-armon-consul-api-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go | gccgo
Description: Golang API client for Consul
This package provides the consul-api package which attempts to provide
programmatic access to the full Consul API.
.
Currently, all of the Consul APIs included in version 0.4 are
supported. The full documentation is available on GoDoc
at http://godoc.org/github.com/armon/consul-api
.
Note: "github.com/armon/consul-api" is now deprecated in favour of the
newer "github.com/hashicorp/consul/api".
|