opam-version: "2.0" maintainer: "Markus Mottl " authors: [ "Markus Mottl " ] license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" homepage: "https://mmottl.github.io/ocaml-makefile" doc: "https://mmottl.github.io/ocaml-makefile/api" dev-repo: "git+https://github.com/mmottl/ocaml-makefile.git" bug-reports: "https://github.com/mmottl/ocaml-makefile/issues" build: ["mkdir" "-p" "%{lib}%/ocaml-makefile"] install: ["cp" "OCamlMakefile" "%{lib}%/ocaml-makefile"] synopsis: "Easy to use Makefile for small to medium-sized OCaml-projects" depends: ["ocaml"] url { src: "https://github.com/mmottl/ocaml-makefile/archive/v6.37.0.tar.gz" checksum: [ "sha256=c4108f69e80a3e4a6be3df539404443849280300a3fef0e0162b22b1385a57c8" "md5=535f9fca36fe0f684f73bdcff429f392" ] }