-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26250 from ip2whois/opam-publish-ip2whois.1.0.0
Package ip2whois.1.0.0
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "IP2WHOIS OCaml module to get WHOIS data" | ||
description: | ||
"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. " | ||
maintainer: ["IP2Whois.com"] | ||
authors: ["IP2Whois.com"] | ||
license: "MIT" | ||
tags: ["ip2whois" "domain" "whois"] | ||
homepage: "https://github.com/ip2whois/ip2whois-ocaml" | ||
doc: "https://github.com/ip2whois/ip2whois-ocaml" | ||
bug-reports: "https://github.com/ip2whois/ip2whois-ocaml/issues" | ||
depends: [ | ||
"ocaml" {>= "4.14.1"} | ||
"dune" {>= "3.4"} | ||
"lwt" | ||
"cohttp" | ||
"cohttp-lwt-unix" | ||
"tls-lwt" {with-test} | ||
"uri" | ||
"yojson" {>= "2.2.2"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/ip2whois/ip2whois-ocaml.git" | ||
available: arch != "arm32" & arch != "x86_32" | ||
url { | ||
src: | ||
"https://github.com/ip2whois/ip2whois-ocaml/archive/refs/tags/v1.0.0.tar.gz" | ||
checksum: [ | ||
"md5=25de72b0cb819a753f07106f8480c708" | ||
"sha512=9ee0246f5d08e076093c7da79151ea8433827bd2e0ee34e4703f63a09050e299c446aa35e76cb33b272d114ae04482b90f77561f0a2cd79c91af9a7a2c787d24" | ||
] | ||
} |