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" patches: ["lib_build_OCaml.om.diff"] build: [ ["./configure" "-prefix" "%{prefix}%"] [make] ] install: [ [make "install"] ] remove: [ [ "rm" "-f" "%{prefix}%/bin/omake" ] [ "rm" "-f" "%{prefix}%/bin/osh" ] [ "rm" "-rf" "%{prefix}%/lib/omake" ] ] depends: [ "ocaml" {>= "4.03.0" & < "5.0"} "ocamlfind" ] synopsis: "Build system designed for scalability and portability" flags: light-uninstall url { src: "http://download.camlcity.org/download/omake-0.10.3.tar.gz" checksum: [ "sha256=ff3107e9459615ea6526309c533b04815eef60692a20dcd3a6169f5860786d1d" "md5=e0cefca108852a5db6ecfc16742af047" ] mirrors: "http://download2.camlcity.org/download/omake-0.10.3.tar.gz" } extra-source "lib_build_OCaml.om.diff" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/omake/lib_build_OCaml.om.diff" checksum: [ "sha256=2c0d7ed91246b29e21c8022ceed692e34588de3dcab71f1227c464fa01e10e17" "md5=04f4ee4d33cf137fc0ac0c8f880bbc06" ] }