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" 9 10synopsis: "Generic Makefile for building OCaml projects" 11 12description: """ 13OCamlMakefile supports a large variety of build target kinds for building small 14OCaml projects using GNU make.""" 15url { 16 src: 17 "https://github.com/mmottl/ocaml-makefile/releases/download/6.39.2/ocaml-makefile-6.39.2.tbz" 18 checksum: [ 19 "sha256=d182d622d1f981266b1eabf3780577788488bb122c83585c64ca9719b7f408c8" 20 "md5=9c1d8556745d8840d14f770ccc9925c0" 21 ] 22}