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: 15 "https://github.com/mmottl/ocaml-makefile/releases/download/v6.38.0/ocaml-makefile-6.38.0.tar.gz" 16 checksum: [ 17 "sha256=a5300550a1117207ca20943a9d32ea828ac9ff3aa89b394e19031f0fcb7bc5ba" 18 "md5=570fd8b4e37d7ee5f4fec379e2642025" 19 ] 20}