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 30 31 32 33 34 35 36 37
|
Source: golang-github-sethvargo-go-fastly
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-ajg-form-dev,
golang-github-dnaeon-go-vcr-dev,
golang-github-google-jsonapi-dev,
golang-github-hashicorp-go-cleanhttp-dev,
golang-github-mitchellh-mapstructure-dev
Standards-Version: 4.3.0
Homepage: https://github.com/sethvargo/go-fastly
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sethvargo-go-fastly
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sethvargo-go-fastly.git
XS-Go-Import-Path: github.com/sethvargo/go-fastly
Testsuite: autopkgtest-pkg-go
Package: golang-github-sethvargo-go-fastly-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-ajg-form-dev,
golang-github-dnaeon-go-vcr-dev,
golang-github-google-jsonapi-dev,
golang-github-hashicorp-go-cleanhttp-dev,
golang-github-mitchellh-mapstructure-dev
Description: Fastly API client library
Go Fastly is a Golang API client for interacting with most facets of
the Fastly API.
.
Fastly's API is designed to work in the following manner:
- Create (or clone) a new configuration version for the service
- Make any changes to the version
- Validate the version
- Activate the version
|