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-google-gnostic-models
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Nicolas Schier <nicolas@fjasle.eu>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-google-protobuf-dev,
golang-gopkg-yaml.v3-dev,
golang-gopkg-check.v1-dev,
golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-gnostic-models
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-gnostic-models.git
Homepage: https://github.com/google/gnostic-models
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/google/gnostic-models
Package: golang-github-google-gnostic-models-dev
Architecture: all
Depends:
golang-google-protobuf-dev,
golang-gopkg-yaml.v3-dev,
golang-gopkg-check.v1-dev,
golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev,
${misc:Depends},
Description: Protocol buffer models for gnostic
This repository contains Protocol Buffer models and associated libraries
for working with API description formats supported by
[gnostic](https://github.com/google/gnostic). It exists to provide a
lightweight distribution of these models with minimal dependencies.
For more information, please see the
[gnostic](https://github.com/google/gnostic) repository.
|