this repo has no description

Package ip2location.8.1.0

Debian 91385b3b cd1ed8f1

Changed files
+47
packages
ip2location
ip2location.8.1.0
+47
packages/ip2location/ip2location.8.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "IP2Location OCaml module to get geolocation data"
+
description:
+
"IP2Location IP Geolocation OCaml module enables you to get your visitors' country, region, city, latitude, longitude, ZIP code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation, usage type, address type, IAB category, district, autonomous system number (ASN) and autonomous system (AS) based on IP address."
+
maintainer: ["IP2Location.com"]
+
authors: ["IP2Location.com"]
+
license: "MIT"
+
tags: ["ip2location" "geolocation"]
+
homepage: "https://github.com/ip2location/ip2location-ocaml"
+
doc: "https://github.com/ip2location/ip2location-ocaml"
+
bug-reports: "https://github.com/ip2location/ip2location-ocaml/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "3.4"}
+
"stdint"
+
"ipaddr" {>= "4.0.0"}
+
"lwt"
+
"cohttp"
+
"cohttp-lwt-unix"
+
"yojson" {>= "1.6.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ip2location/ip2location-ocaml.git"
+
available: arch != "arm32" & arch != "x86_32"
+
url {
+
src:
+
"https://github.com/ip2location/ip2location-ocaml/archive/v8.1.0.tar.gz"
+
checksum: [
+
"md5=071a26c740daf16d9fc574d6b7190032"
+
"sha512=109b6ae59da707daf50cb8e2946ffea20a45e3a17f1b870146b3b4903e165fc48890d83b98a7a31bcdad524d3aa105b68628c167bfe591079a3b196fe0745307"
+
]
+
}