File: control

package info (click to toggle)
golang-github-intel-tfortools 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 676 kB
  • sloc: makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,316 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
Source: golang-github-intel-tfortools
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Homepage: https://github.com/intel/tfortools
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-intel-tfortools
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-intel-tfortools.git
XS-Go-Import-Path: github.com/intel/tfortools
Testsuite: autopkgtest-pkg-go

Package: golang-github-intel-tfortools-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: template scripting support to go programs
 Package tfortools provides a set of functions that are designed to make
 it easier for developers to add template based scripting to their command
 line tools.
 .
 Command line tools written in Go often allow users to specify a template
 script to tailor the output of the tool to their specific needs. This can
 be useful both when visually inspecting the data and also when invoking
 command line tools in scripts. The best example of this is go list which
 allows users to pass a template script to extract interesting information
 about Go packages.