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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: goval-dictionary
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-asaskevich-govalidator-dev (>= 7),
golang-github-go-redis-redis-dev (>= 6.7.0),
golang-github-google-subcommands-dev,
golang-github-htcat-htcat-dev,
golang-github-inconshreveable-log15-dev,
golang-github-jinzhu-gorm-dev (>= 1.0),
golang-github-k0kubun-pp-dev,
golang-github-labstack-echo-dev (>= 2.2.0),
golang-github-mattn-go-sqlite3-dev (>= 1.2.0),
golang-github-ymomoi-goval-parser-dev,
golang-gopkg-yaml.v2-dev,
Standards-Version: 4.5.1
Homepage: https://github.com/kotakanbe/goval-dictionary
Vcs-Browser: https://salsa.debian.org/go-team/packages/goval-dictionary
Vcs-Git: https://salsa.debian.org/go-team/packages/goval-dictionary.git
XS-Go-Import-Path: github.com/kotakanbe/goval-dictionary
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: goval-dictionary
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Suggests: default-mysql-server,
postgresql,
redis,
Description: Tools to create DB of data written in OVAL
This is tool to build a local copy of the OVAL(Open Vulnerability and
Assessment Language).
.
The local copy is generated in sqlite format, and the tool has a server
mode for easy querying.
Package: golang-github-kotakanbe-goval-dictionary-dev
Architecture: all
Depends: golang-github-asaskevich-govalidator-dev (>= 7),
golang-github-go-redis-redis-dev (>= 6.7.0),
golang-github-google-subcommands-dev,
golang-github-htcat-htcat-dev,
golang-github-inconshreveable-log15-dev,
golang-github-jinzhu-gorm-dev (>= 1.0),
golang-github-k0kubun-pp-dev,
golang-github-labstack-echo-dev (>= 2.2.0),
golang-github-mattn-go-sqlite3-dev (>= 1.2.0),
golang-github-ymomoi-goval-parser-dev,
golang-gopkg-yaml.v2-dev,
${misc:Depends},
${shlibs:Depends},
Description: Go library for create DB of data written in OVAL (source)
This is tool to build a local copy of the OVAL(Open Vulnerability and
Assessment Language).
.
The local copy is generated in sqlite format, and the tool has a server
mode for easy querying.
.
This package contains the source.
|