Skip to content

Commit 501b80a

Browse files
author
Debian
committed
Package ip2proxy.3.0.0
1 parent 166cda6 commit 501b80a

File tree

1 file changed

+43
-0
lines changed
  • packages/ip2proxy/ip2proxy.3.0.0

1 file changed

+43
-0
lines changed

packages/ip2proxy/ip2proxy.3.0.0/opam

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

0 commit comments

Comments
 (0)