this repo has no description
1opam-version: "2.0" 2maintainer: "Gerd Stolpmann <gerd@gerd-stolpmann.de>" 3authors: [ 4 "Aleksey Nogin" 5 "Jason Hickey" 6 "Gerd Stolpmann" 7] 8 9license: "GPL-2.0-only" 10dev-repo: "git+https://github.com/ocaml-omake/omake.git" 11homepage: "http://projects.camlcity.org/projects/omake.html" 12bug-reports: "https://github.com/ocaml-omake/issues" 13 14build-env: OCAMLPARAM = "_,w=-46,keywords=5.2" 15 16build: [ 17 ["./configure" "-prefix" "%{prefix}%"] 18 [make] 19] 20 21install: [ 22 [make "install"] 23] 24 25depends: [ 26 "ocaml" {>= "4.03.0"} 27 "ocamlfind" 28] 29conflicts: [ 30 "ocaml-variants" {= "4.12.0+domains+effects" | = "5.1.1+effect-syntax"} 31 "ocaml-compiler" {= "5.3.0~alpha1"} 32] 33synopsis: "Build system designed for scalability and portability" 34 35url { 36 src: "http://download.camlcity.org/download/omake-0.10.6.tar.gz" 37 checksum: [ 38 "md5=bb87a8298db2786c6329ddc2490a73c0" 39 "sha512=e27e6a580b1b4c04c6ae9021d529ab5d9196932e6fd1f441038d1e31e22e2fd817572eca475818a8a9cfb9f9f2487fef57b88ec41c9f0b81a5b42a6954e90a2d" 40 ] 41 mirrors: "http://download2.camlcity.org/download/omake-0.10.6.tar.gz" 42}