File: doc.go

package info (click to toggle)
golang-pault-go-debian 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 412 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*

The Dependency module provides an interface to parse and inspect Debian
Dependency relationships.


 Dependency                |               foo, bar (>= 1.0) [amd64] | baz
   -> Relations            | -> Relation        bar (>= 1.0) [amd64] | baz
        -> Possibilities   | -> Possibility     bar (>= 1.0) [amd64]
           | Name          | -> Name            bar
           | Version       | -> Version             (>= 1.0)
           | Architectures | -> Arch                          amd64
           | Stages        |
*/
package dependency // import "pault.ag/go/debian/dependency"