Skip to content

Commit

Permalink
Merge pull request #26250 from ip2whois/opam-publish-ip2whois.1.0.0
Browse files Browse the repository at this point in the history
Package ip2whois.1.0.0
  • Loading branch information
mseri authored Jul 17, 2024
2 parents 727516b + 4a14d16 commit 88f8b02
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions packages/ip2whois/ip2whois.1.0.0/opam
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"
]
}

0 comments on commit 88f8b02

Please sign in to comment.