this repo has no description
0
fork

Configure Feed

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

Package ip2locationio.1.0.1

Debian f9124cdb 1564116a

+45
+45
packages/ip2locationio/ip2locationio.1.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "IP2Location.io OCaml module to get geolocation and WHOIS data" 4 + description: 5 + "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. " 6 + maintainer: ["IP2Location.com"] 7 + authors: ["IP2Location.com"] 8 + license: "MIT" 9 + tags: ["ip2locationio" "geolocation"] 10 + homepage: "https://github.com/ip2location/ip2location-io-ocaml" 11 + doc: "https://github.com/ip2location/ip2location-io-ocaml" 12 + bug-reports: "https://github.com/ip2location/ip2location-io-ocaml/issues" 13 + depends: [ 14 + "ocaml" {>= "4.13"} 15 + "dune" {>= "3.4"} 16 + "lwt" 17 + "cohttp" 18 + "cohttp-lwt-unix" 19 + "uri" 20 + "yojson" {>= "1.6.0"} 21 + "odoc" {with-doc} 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/ip2location/ip2location-io-ocaml.git" 37 + available: arch != "arm32" & arch != "x86_32" 38 + url { 39 + src: 40 + "https://github.com/ip2location/ip2location-io-ocaml/archive/refs/tags/v1.0.1.tar.gz" 41 + checksum: [ 42 + "md5=6852c34f55006d1f90a2a8e59c38ffd0" 43 + "sha512=d8559b450e1da98c5785a9912ccff8866c2690ae1d88d1a3068c16f9b2d9ed0524fc94bf57b53e300981f22af54c3932f7277f0a073b4f72a297f283e69fe73e" 44 + ] 45 + }