this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27117 from ip2location/opam-publish-ip2location.8.1.1

Package ip2location.8.1.1

authored by

Marcello Seri and committed by
GitHub
a4ff3672 ae995fb7

+47
+47
packages/ip2location/ip2location.8.1.1/opam
··· 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) and autonomous system (AS) 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.1.1.tar.gz" 43 + checksum: [ 44 + "md5=4b0a648ca9b6afa61e16747e3c8639ac" 45 + "sha512=2f5d6b085677b69d24e6cf20072d480ab5a4dd558bf8d9cb22280194ce158e82cb339db54d896b0fc28c6026dea2f5529e8b4a7bf4e322244d394f45095cb6f4" 46 + ] 47 + }