File: control

package info (click to toggle)
rdap 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: makefile: 4
file content (53 lines) | stat: -rw-r--r-- 1,687 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: rdap
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-davecgh-go-spew-dev,
               golang-github-jarcoal-httpmock-dev,
               golang-github-mitchellh-go-homedir-dev,
               golang-golang-x-crypto-dev,
               golang-gopkg-alecthomas-kingpin.v2-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/rdap
Vcs-Git: https://salsa.debian.org/go-team/packages/rdap.git
Homepage: https://github.com/openrdap/rdap
XS-Go-Import-Path: github.com/openrdap/rdap

Package: rdap
Section: net
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: command line client for the RDAP protocol
 OpenRDAP is a command line RDAP client implementation in Go.
 .
 Features
 .
  * Command line RDAP client
  * Output formats: text, JSON, WHOIS style
  * Query types supported:
        * ip
        * domain
        * autnum
        * nameserver
        * entity
        * help
        * url
        * domain-search
        * domain-search-by-nameserver
        * domain-search-by-nameserver-ip
        * nameserver-search
        * nameserver-search-by-ip
        * entity-search
        * entity-search-by-handle
  * Automatic server detection for ip/domain/autnum/entities
  * Object tags support
  * Bootstrap cache (optional, uses ~/.openrdap by default)
  * X.509 client authentication