You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB

Package: pwhois
Type: Package
3 years ago
Title: Issue 'WHOIS' Queries and Process Various 'WHOIS' Resoponses
Version: 0.1.0
3 years ago
Date: 2021-04-24
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
3 years ago
Description: WHOIS (pronounced as the phrase "who is") is a query and response protocol
that is widely used for querying databases that store the registered users
or assignees of an Internet resource, such as a domain name, an IP address
block or an autonomous system, but is also used for a wider range of other
information. The protocol stores and delivers database content in a human-
readable format. The current iteration of the WHOIS protocol was drafted
by the Internet Society, and is documented in RFC 3912. Tools are provided
to issue query requests and process query responses.
URL: https://git.rud.is/hrbrmstr/pwhois
BugReports: https://git.rud.is/hrbrmstr/pwhois/issues
Encoding: UTF-8
3 years ago
License: MIT + file LICENSE
3 years ago
SystemRequirements: Golang
Suggests:
covr, tinytest
Depends:
R (>= 3.5.0)
Imports:
3 years ago
stringi,
jsonlite
Roxygen: list(markdown = TRUE)
3 years ago
RequiresCompilation: yes
RoxygenNote: 7.1.1