this repo has no description

Merge pull request #27126 from ip2location/opam-publish-ip2locationio.1.0.1

Package ip2locationio.1.0.1

Changed files
+45
packages
ip2locationio
ip2locationio.1.0.1
+45
packages/ip2locationio/ip2locationio.1.0.1/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "IP2Location.io OCaml module to get geolocation and WHOIS data"
+
description:
+
"IP2Location.io OCaml module allows user to query for an enriched data set based on IP address and provides WHOIS lookup api that helps users to obtain domain information. "
+
maintainer: ["IP2Location.com"]
+
authors: ["IP2Location.com"]
+
license: "MIT"
+
tags: ["ip2locationio" "geolocation"]
+
homepage: "https://github.com/ip2location/ip2location-io-ocaml"
+
doc: "https://github.com/ip2location/ip2location-io-ocaml"
+
bug-reports: "https://github.com/ip2location/ip2location-io-ocaml/issues"
+
depends: [
+
"ocaml" {>= "4.13"}
+
"dune" {>= "3.4"}
+
"lwt"
+
"cohttp"
+
"cohttp-lwt-unix"
+
"uri"
+
"yojson" {>= "1.6.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ip2location/ip2location-io-ocaml.git"
+
available: arch != "arm32" & arch != "x86_32"
+
url {
+
src:
+
"https://github.com/ip2location/ip2location-io-ocaml/archive/refs/tags/v1.0.1.tar.gz"
+
checksum: [
+
"md5=6852c34f55006d1f90a2a8e59c38ffd0"
+
"sha512=d8559b450e1da98c5785a9912ccff8866c2690ae1d88d1a3068c16f9b2d9ed0524fc94bf57b53e300981f22af54c3932f7277f0a073b4f72a297f283e69fe73e"
+
]
+
}