opam-version: "2.0" maintainer: "Gerd Stolpmann " authors: [ "Aleksey Nogin" "Jason Hickey" "Gerd Stolpmann" ] license: "GPL-2.0-only" dev-repo: "git+https://github.com/ocaml-omake/omake.git" homepage: "http://projects.camlcity.org/projects/omake.html" bug-reports: "https://github.com/ocaml-omake/issues" build-env: OCAMLPARAM = "_,w=-46,keywords=5.2" build: [ ["./configure" "-prefix" "%{prefix}%"] [make] ] install: [ [make "install"] ] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" ] conflicts: [ "ocaml-variants" {= "4.12.0+domains+effects" | = "5.1.1+effect-syntax"} "ocaml-compiler" {= "5.3.0~alpha1"} ] synopsis: "Build system designed for scalability and portability" url { src: "http://download.camlcity.org/download/omake-0.10.6.tar.gz" checksum: [ "md5=bb87a8298db2786c6329ddc2490a73c0" "sha512=e27e6a580b1b4c04c6ae9021d529ab5d9196932e6fd1f441038d1e31e22e2fd817572eca475818a8a9cfb9f9f2487fef57b88ec41c9f0b81a5b42a6954e90a2d" ] mirrors: "http://download2.camlcity.org/download/omake-0.10.6.tar.gz" }