From 4a14d162274eae3d3b8fb579da4d33254859da9d Mon Sep 17 00:00:00 2001 From: Debian Date: Wed, 17 Jul 2024 01:34:42 +0000 Subject: [PATCH] Package ip2whois.1.0.0 --- packages/ip2whois/ip2whois.1.0.0/opam | 46 +++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 packages/ip2whois/ip2whois.1.0.0/opam diff --git a/packages/ip2whois/ip2whois.1.0.0/opam b/packages/ip2whois/ip2whois.1.0.0/opam new file mode 100644 index 00000000000..82a447f2262 --- /dev/null +++ b/packages/ip2whois/ip2whois.1.0.0/opam @@ -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" + ] +}