this repo has no description

Merge pull request #27480 from ip2location/opam-publish-ip2proxy.3.1.0

Package ip2proxy.3.1.0

Changed files
+43
packages
ip2proxy
ip2proxy.3.1.0
+43
packages/ip2proxy/ip2proxy.3.1.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "IP2Proxy OCaml module to get proxy data"
+
description:
+
"IP2Proxy OCaml module enables user to query an IP address if it was being used as VPN anonymizer, open proxies, web proxies, Tor exits, data center, web hosting (DCH) range, search engine robots (SES), residential proxies (RES), consumer privacy networks (CPN), and enterprise private networks (EPN)."
+
maintainer: ["IP2Location.com"]
+
authors: ["IP2Location.com"]
+
license: "MIT"
+
tags: ["ip2proxy" "proxy"]
+
homepage: "https://github.com/ip2location/ip2proxy-ocaml"
+
doc: "https://github.com/ip2location/ip2proxy-ocaml"
+
bug-reports: "https://github.com/ip2location/ip2proxy-ocaml/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "3.4"}
+
"stdint"
+
"ipaddr" {>= "4.0.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/ip2proxy-ocaml.git"
+
available: arch != "arm32" & arch != "x86_32"
+
url {
+
src:
+
"https://github.com/ip2location/ip2proxy-ocaml/archive/refs/tags/v3.1.0.tar.gz"
+
checksum: [
+
"md5=5e6aa833eaf784d9d5aa6c69e158d2ab"
+
"sha512=6e6535bdcfac7e51b39eac3c9a24ad9c578658c271554f062d403a5d12ad38cb5fbde964333f0e8d67ca30612233d8b45e7db15ac34507b49f4c97d42e2dba4d"
+
]
+
}