Skip to content

Commit 6086724

Browse files
authored
Merge pull request #28459 from ip2location/opam-publish-ip2location.8.2.0
Package ip2location.8.2.0
2 parents 4028320 + e699b7a commit 6086724

File tree

1 file changed

+47
-0
lines changed
  • packages/ip2location/ip2location.8.2.0

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "IP2Location OCaml module to get geolocation data"
4+
description:
5+
"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), autonomous system (AS), AS domain, AS usage type and AS CIDR based on IP address."
6+
maintainer: ["IP2Location.com"]
7+
authors: ["IP2Location.com"]
8+
license: "MIT"
9+
tags: ["ip2location" "geolocation"]
10+
homepage: "https://github.com/ip2location/ip2location-ocaml"
11+
doc: "https://github.com/ip2location/ip2location-ocaml"
12+
bug-reports: "https://github.com/ip2location/ip2location-ocaml/issues"
13+
depends: [
14+
"ocaml" {>= "4.08"}
15+
"dune" {>= "3.4"}
16+
"stdint"
17+
"ipaddr" {>= "4.0.0"}
18+
"lwt"
19+
"cohttp"
20+
"cohttp-lwt-unix"
21+
"yojson" {>= "1.6.0"}
22+
"odoc" {with-doc}
23+
]
24+
build: [
25+
["dune" "subst"] {dev}
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://github.com/ip2location/ip2location-ocaml.git"
39+
available: arch != "arm32" & arch != "x86_32"
40+
url {
41+
src:
42+
"https://github.com/ip2location/ip2location-ocaml/archive/refs/tags/v8.2.0.tar.gz"
43+
checksum: [
44+
"md5=e5ebdee925555000053b7b4688c76b91"
45+
"sha512=31b8d765ed5ccc3e01390449d22424d1a736f36f3f7e0336ff51e657f72cfd2bc677f3d5c18bf5186fc9bc01667f2fe909c3fbb8d5af97a2312c439229cc5db6"
46+
]
47+
}

0 commit comments

Comments
 (0)