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-fsmiamoto-git-todo-parser
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-stretchr-testify-dev <!nocheck>
Standards-Version: 4.7.2
Homepage: https://github.com/fsmiamoto/git-todo-parser
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fsmiamoto-git-todo-parser
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fsmiamoto-git-todo-parser.git
XS-Go-Import-Path: github.com/fsmiamoto/git-todo-parser
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: golang-github-fsmiamoto-git-todo-parser-dev
Architecture: all
Depends: ${misc:Depends}
Description: Small parser for git todo files
A small parser for git todo files.
.
This package provides the library for parsing the git todo files.
|