this repo has no description
0
fork

Configure Feed

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

Package ip2proxy.3.1.0

Debian 82b4d53a 3f0fbcdd

+43
+43
packages/ip2proxy/ip2proxy.3.1.0/opam
··· 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.1.0.tar.gz" 39 + checksum: [ 40 + "md5=5e6aa833eaf784d9d5aa6c69e158d2ab" 41 + "sha512=6e6535bdcfac7e51b39eac3c9a24ad9c578658c271554f062d403a5d12ad38cb5fbde964333f0e8d67ca30612233d8b45e7db15ac34507b49f4c97d42e2dba4d" 42 + ] 43 + }