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/v0.3.tar.gz" checksum: [ "sha256=5549cec5aa8512c389b4cd3b4acc13937409a8949fcf750c5474de665959a3f3" "md5=760e31b3be3eb5699d9d038760901e04" ] }