opam-version: "2.0" maintainer: "alix.trieu@ens-rennes.fr" authors: [ "Alix Trieu " ] license: "Apache-2.0" homepage: "https://github.com/atrieu/Oolc" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ] remove: [ ["ocamlfind" "remove" "oolc"] ] depends: [ "ocaml" {>= "4.01.0" & < "5.0.0"} "ocamlfind" "ocamlbuild" {build} ] dev-repo: "git+https://github.com/atrieu/Oolc" install: ["ocaml" "setup.ml" "-install"] synopsis: "An Ocaml implementation of Open Location Code." available: [os != "win32"] flags: light-uninstall url { src: "https://github.com/atrieu/Oolc/archive/0.2.1.tar.gz" checksum: [ "sha256=68bf56e44e8fdd2a1d3593a692c98253973feb8a7a2aad9fd8e8e8d3a4fe2c1f" "md5=e304c7ab616715a3b82efe5316725aa7" ] }