File: control

package info (click to toggle)
golang-github-jtacoma-uritemplates 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 152 kB
  • sloc: makefile: 8
file content (22 lines) | stat: -rw-r--r-- 925 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
Source: golang-github-jtacoma-uritemplates
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nicolas Braud-Santoni <nicoo@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-go
Standards-Version: 4.3.0
Homepage: https://github.com/jtacoma/uritemplates
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jtacoma-uritemplates
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jtacoma-uritemplates.git
XS-Go-Import-Path: github.com/jtacoma/uritemplates

Package: golang-github-jtacoma-uritemplates-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: URI Templates (RFC 6570) implemented in Go
 This is a Go level 4 implementation of URI templates, as described by
 RFC 6570 ( http://tools.ietf.org/html/rfc6570 ).