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