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-soniah-dnsmadeeasy
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
golang-github-imdario-mergo-dev,
golang-gopkg-check.v1-dev
Standards-Version: 4.4.1
Homepage: https://github.com/soniah/dnsmadeeasy
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-soniah-dnsmadeeasy
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-soniah-dnsmadeeasy.git
XS-Go-Import-Path: github.com/soniah/dnsmadeeasy
Testsuite: autopkgtest-pkg-go
Package: golang-github-soniah-dnsmadeeasy-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-imdario-mergo-dev
Description: DNSMadeEasy library written in Go
This package provides the dnsmadeeasy package which offers an interface
to the DNSMadeEasy.
.
It doesn't have full API coverage, and only implements
specific endpoints, as it is designed for use with Terraform
|