Source: golang-github-ovh-go-ovh
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-jarcoal-httpmock-dev,
               golang-github-maxatome-go-testdeep-dev,
               golang-golang-x-oauth2-dev,
               golang-gopkg-ini.v1-dev
Standards-Version: 4.7.4
Homepage: https://github.com/ovh/go-ovh
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ovh-go-ovh
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ovh-go-ovh.git
XS-Go-Import-Path: github.com/ovh/go-ovh
Testsuite: autopkgtest-pkg-go

Package: golang-github-ovh-go-ovh-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-jarcoal-httpmock-dev,
         golang-github-maxatome-go-testdeep-dev,
         golang-golang-x-oauth2-dev,
         golang-gopkg-ini.v1-dev
Breaks: golang-github-prometheus-prometheus-dev (<< 2.53.5+ds1-5),
        golang-github-xenolf-lego-dev (<< 4.35.2-1)
Multi-Arch: foreign
Description: Simple go wrapper for the OVH API
 Lightweight Go wrapper around OVH's APIs. Handles all the work including
 credential creation and requests signing.
 .
 This wrapper will first look for direct instantiation parameters
 then OVH_ENDPOINT, OVH_APPLICATION_KEY, OVH_APPLICATION_SECRET and
 OVH_CONSUMER_KEY environment variables. If either of these parameter is
 not provided, it will look for a configuration file.
