opam-version: "2.0"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
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: "md5=535f9fca36fe0f684f73bdcff429f392"
}
