File: control

package info (click to toggle)
golang-github-emicklei-dot 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: makefile: 9
file content (29 lines) | stat: -rw-r--r-- 1,002 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
Source: golang-github-emicklei-dot
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Leonardo Arias Fonseca <agami@riseup.net>,
 Otto Kekäläinen <otto@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-emicklei-dot
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-emicklei-dot.git
Homepage: https://github.com/emicklei/dot
XS-Go-Import-Path: github.com/emicklei/dot

Package: golang-github-emicklei-dot-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: write descriptions using the Graphviz DOT and Mermaid language (library)
 Little helper package in Go for writing descriptions using the Graphviz
 DOT and Mermaid language.
 .
 It offers Graph, Node and Edge objects to construct simple and complex
 (e.g. nested) graphs.