Skip to content

Commit 88f8b02

Browse files
authored
Merge pull request #26250 from ip2whois/opam-publish-ip2whois.1.0.0
Package ip2whois.1.0.0
2 parents 727516b + 4a14d16 commit 88f8b02

File tree

1 file changed

+46
-0
lines changed
  • packages/ip2whois/ip2whois.1.0.0

1 file changed

+46
-0
lines changed

packages/ip2whois/ip2whois.1.0.0/opam

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "IP2WHOIS OCaml module to get WHOIS data"
4+
description:
5+
"IP2WHOIS OCaml module enables user to easily implement the checking of WHOIS information for a particular domain into their solution using the API from www.ip2whois.com. "
6+
maintainer: ["IP2Whois.com"]
7+
authors: ["IP2Whois.com"]
8+
license: "MIT"
9+
tags: ["ip2whois" "domain" "whois"]
10+
homepage: "https://github.com/ip2whois/ip2whois-ocaml"
11+
doc: "https://github.com/ip2whois/ip2whois-ocaml"
12+
bug-reports: "https://github.com/ip2whois/ip2whois-ocaml/issues"
13+
depends: [
14+
"ocaml" {>= "4.14.1"}
15+
"dune" {>= "3.4"}
16+
"lwt"
17+
"cohttp"
18+
"cohttp-lwt-unix"
19+
"tls-lwt" {with-test}
20+
"uri"
21+
"yojson" {>= "2.2.2"}
22+
"odoc" {with-doc}
23+
]
24+
build: [
25+
["dune" "subst"] {dev}
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/ip2whois/ip2whois-ocaml.git"
38+
available: arch != "arm32" & arch != "x86_32"
39+
url {
40+
src:
41+
"https://github.com/ip2whois/ip2whois-ocaml/archive/refs/tags/v1.0.0.tar.gz"
42+
checksum: [
43+
"md5=25de72b0cb819a753f07106f8480c708"
44+
"sha512=9ee0246f5d08e076093c7da79151ea8433827bd2e0ee34e4703f63a09050e299c446aa35e76cb33b272d114ae04482b90f77561f0a2cd79c91af9a7a2c787d24"
45+
]
46+
}

0 commit comments

Comments
 (0)