this repo has no description
1opam-version: "2.0" 2maintainer: "hez@0ok.org" 3authors: [ "Hezekiah M. Carty" ] 4license: "MIT" 5homepage: "https://github.com/hcarty/proj4ml" 6bug-reports: "https://github.com/hcarty/proj4ml/issues" 7tags: [ "clib:proj" "clib:m" ] 8build: [ 9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 10 ["ocaml" "setup.ml" "-build"] 11] 12remove: [ 13 ["ocamlfind" "remove" "proj4"] 14] 15depends: [ 16 "ocaml" {< "5.0.0"} 17 "ocamlfind" 18 "ocamlbuild" {build} 19] 20depexts: [ 21 ["libproj-dev"] {os-family = "debian"} 22] 23x-ci-accept-failures: ["debian-unstable"] 24dev-repo: "git+https://github.com/hcarty/proj4ml" 25install: ["ocaml" "setup.ml" "-install"] 26synopsis: "Bindings to the PROJ.4 projection library" 27description: """ 28This library provides access to the PROJ.4 geographic coordinate 29projection/transformation library (http://trac.osgeo.org/proj/).""" 30flags: light-uninstall 31url { 32 src: "https://github.com/hcarty/proj4ml/archive/v0.9.2.tar.gz" 33 checksum: [ 34 "sha256=bafb1e40edf0532f9eb97a736c1fb63dd6c9b4cc795209592ab4654224368600" 35 "md5=55e95fc670207dd3af42ae087658c0cc" 36 ] 37}