diff --git a/packages/ip2location/ip2location.8.2.0/opam b/packages/ip2location/ip2location.8.2.0/opam new file mode 100644 index 000000000000..a7f28460c578 --- /dev/null +++ b/packages/ip2location/ip2location.8.2.0/opam @@ -0,0 +1,47 @@ +# 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), autonomous system (AS), AS domain, AS usage type and AS CIDR 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/refs/tags/v8.2.0.tar.gz" + checksum: [ + "md5=e5ebdee925555000053b7b4688c76b91" + "sha512=31b8d765ed5ccc3e01390449d22424d1a736f36f3f7e0336ff51e657f72cfd2bc677f3d5c18bf5186fc9bc01667f2fe909c3fbb8d5af97a2312c439229cc5db6" + ] +}