this repo has no description
1opam-version: "2.0"
2maintainer: "alix.trieu@ens-rennes.fr"
3authors: [ "Alix Trieu <alix.trieu@ens-rennes.fr>" ]
4license: "Apache-2.0"
5homepage: "https://github.com/atrieu/Oolc"
6build: [
7 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
8 ["ocaml" "setup.ml" "-build"]
9]
10remove: [
11 ["ocamlfind" "remove" "oolc"]
12]
13depends: [
14 "ocaml" {>= "4.01.0" & < "5.0.0"}
15 "ocamlfind"
16 "ocamlbuild" {build}
17]
18dev-repo: "git+https://github.com/atrieu/Oolc"
19install: ["ocaml" "setup.ml" "-install"]
20synopsis: "An Ocaml implementation of Open Location Code."
21available: [os != "win32"]
22flags: light-uninstall
23url {
24 src: "https://github.com/atrieu/Oolc/archive/0.2.1.tar.gz"
25 checksum: [
26 "sha256=68bf56e44e8fdd2a1d3593a692c98253973feb8a7a2aad9fd8e8e8d3a4fe2c1f"
27 "md5=e304c7ab616715a3b82efe5316725aa7"
28 ]
29}