File: control

package info (click to toggle)
golang-github-audriusbutkevicius-recli 0.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,307 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
25
26
27
28
29
30
31
Source: golang-github-audriusbutkevicius-recli
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-pkg-errors-dev,
               golang-github-urfave-cli-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-audriusbutkevicius-recli
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-audriusbutkevicius-recli.git
Homepage: https://github.com/AudriusButkevicius/recli
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/AudriusButkevicius/recli

Package: golang-github-audriusbutkevicius-recli-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-pkg-errors-dev,
         golang-github-urfave-cli-dev,
         ${misc:Depends}
Description: Reflection based CLI generator for Golang (library)
 Recli is a reflection based CLI generator for Golang.
 .
 For a given struct, it builds a set of urfave/cli commands
 which allows you to modify it from the command line.
 It is useful for generating command line clients for your
 application configuration that is stored in a Go struct.