File: control

package info (click to toggle)
golang-github-shurcool-sanitized-anchor-name 0.0~git20170918.86672fc-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 60 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,110 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
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.