File: control

package info (click to toggle)
golang-github-manyminds-api2go 1.0-RC4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: sh: 23; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,392 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
29
30
31
32
Source: golang-github-manyminds-api2go
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Diego M. Rodriguez <diego.plan9@gmail.com>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-ginkgo-dev,
               golang-github-gedex-inflector-dev,
               golang-github-julienschmidt-httprouter-dev (>= 1.3.0~),
               golang-github-onsi-ginkgo-dev,
               golang-gomega-dev,
               golang-gopkg-guregu-null.v2-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/manyminds/api2go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-manyminds-api2go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-manyminds-api2go.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/manyminds/api2go

Package: golang-github-manyminds-api2go-dev
Architecture: all
Depends: golang-github-gedex-inflector-dev,
         golang-github-julienschmidt-httprouter-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Description: JSONAPI.org implementation for Go
 This package enables building REST servers that conform to the JSON API
 (http://jsonapi.org) standard for the Go programming language. It also
 contains JSON API compatible marshal und unmarshal functionality.