this repo has no description
1opam-version: "2.0" 2maintainer: "Markus Mottl <markus.mottl@gmail.com>" 3authors: [ "Markus Mottl <markus.mottl@gmail.com>" ] 4license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 5homepage: "https://mmottl.github.io/ocaml-makefile" 6doc: "https://mmottl.github.io/ocaml-makefile/api" 7dev-repo: "git+https://github.com/mmottl/ocaml-makefile.git" 8bug-reports: "https://github.com/mmottl/ocaml-makefile/issues" 9build: ["mkdir" "-p" "%{lib}%/ocaml-makefile"] 10install: ["cp" "OCamlMakefile" "%{lib}%/ocaml-makefile"] 11synopsis: "Easy to use Makefile for small to medium-sized OCaml-projects" 12depends: ["ocaml"] 13url { 14 src: "https://github.com/mmottl/ocaml-makefile/archive/v6.37.0.tar.gz" 15 checksum: [ 16 "sha256=c4108f69e80a3e4a6be3df539404443849280300a3fef0e0162b22b1385a57c8" 17 "md5=535f9fca36fe0f684f73bdcff429f392" 18 ] 19}