Source: golang-github-yosida95-uritemplate
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Kitt <skitt@debian.org>,
Build-Depends: debhelper-compat (= 14),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yosida95-uritemplate
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yosida95-uritemplate.git
Homepage: https://github.com/yosida95/uritemplate
XS-Go-Import-Path: github.com/yosida95/uritemplate/v3

Package: golang-github-yosida95-uritemplate-dev
Architecture: all
Multi-Arch: foreign
Description: URI Template (RFC6570) implementation in Go (library)
 uritemplate is a Go implementation of URI Template (RFC6570) with
 full functionality of URI Template Level 4.
 .
 uritemplate can also generate a regexp that matches expansion of the
 URI Template from a URI Template.
