this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "IP2Proxy OCaml module to get proxy data" 4description: 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)." 6maintainer: ["IP2Location.com"] 7authors: ["IP2Location.com"] 8license: "MIT" 9tags: ["ip2proxy" "proxy"] 10homepage: "https://github.com/ip2location/ip2proxy-ocaml" 11doc: "https://github.com/ip2location/ip2proxy-ocaml" 12bug-reports: "https://github.com/ip2location/ip2proxy-ocaml/issues" 13depends: [ 14 "ocaml" {>= "4.08"} 15 "dune" {>= "3.4"} 16 "stdint" 17 "ipaddr" {>= "4.0.0"} 18 "odoc" {with-doc} 19] 20build: [ 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] 34dev-repo: "git+https://github.com/ip2location/ip2proxy-ocaml.git" 35available: arch != "arm32" & arch != "x86_32" 36url { 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}