Skip to content

Commit b7a4f0a

Browse files
authored
Merge pull request ocaml#29541 from dnsrobot/add-dnsrobot
Add dnsrobot.0.1.0
2 parents f2c5c43 + 3c10b2a commit b7a4f0a

File tree

1 file changed

+30
-0
lines changed
  • packages/dnsrobot/dnsrobot.0.1.0

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml client for DNS Robot API - DNS lookups, WHOIS, SSL checks, and network tools"
3+
description: """
4+
Official OCaml client for DNS Robot (dnsrobot.net).
5+
Provides DNS lookups, WHOIS, SSL certificate checks, SPF/DKIM/DMARC validation,
6+
MX/NS lookups, IP geolocation, port checking, and HTTP header analysis.
7+
"""
8+
maintainer: "DNS Robot <hello@dnsrobot.net>"
9+
authors: "DNS Robot <hello@dnsrobot.net>"
10+
license: "MIT"
11+
homepage: "https://dnsrobot.net"
12+
doc: "https://dnsrobot.net/all-tools"
13+
bug-reports: "https://github.com/dnsrobot/dnsrobot-ocaml/issues"
14+
dev-repo: "git+https://github.com/dnsrobot/dnsrobot-ocaml.git"
15+
depends: [
16+
"ocaml" {>= "4.08.0"}
17+
"dune" {>= "3.0"}
18+
"yojson" {>= "1.7.0"}
19+
"cohttp-lwt-unix" {>= "5.0.0"}
20+
"lwt" {>= "5.0.0"}
21+
]
22+
build: [
23+
["dune" "build" "-p" name "-j" jobs]
24+
]
25+
url {
26+
src: "https://github.com/dnsrobot/dnsrobot-ocaml/archive/refs/tags/v0.1.0.tar.gz"
27+
checksum: [
28+
"sha256=05347d342845231a8ef5aac681ac343ff1415917ac87875add8c160fefe147b9"
29+
]
30+
}

0 commit comments

Comments
 (0)