1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-shurcool-sanitized-anchor-name
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 10),
dh-golang (>= 1.17~),
golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/shurcooL/sanitized_anchor_name
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-shurcool-sanitized-anchor-name.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-shurcool-sanitized-anchor-name.git
XS-Go-Import-Path: github.com/shurcooL/sanitized_anchor_name
Testsuite: autopkgtest-pkg-go
Package: golang-github-shurcool-sanitized-anchor-name-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Go package for creating sanitized anchor names
sanitized_anchor_name provides a Go function to create sanitized anchor names.
.
Its logic can be reused by multiple packages to create interoperable
anchor names and links to those anchors.
|