File: control

package info (click to toggle)
golang-github-pearkes-cloudflare 0.0~git20160103.765ac18-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,208 bytes parent folder | download
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
Source: golang-github-pearkes-cloudflare
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-hashicorp-go-cleanhttp-dev,
               golang-gopkg-check.v1-dev
Standards-Version: 4.5.0
Homepage: https://github.com/pearkes/cloudflare
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pearkes-cloudflare
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pearkes-cloudflare.git
XS-Go-Import-Path: github.com/pearkes/cloudflare
Testsuite: autopkgtest-pkg-go

Package: golang-github-pearkes-cloudflare-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-hashicorp-go-cleanhttp-dev
Description: Cloudflare library written in Go
 This package provides the cloudflare package which offers an interface
 to the CloudFlare gAPI.
 .
 It's intentionally designed to make heavy use of built-ins and strings in
 place of custom data structures and proper types. It also only implements
 specific endpoints, and doesn't have full API coverage.