this repo has no description
1opam-version: "2.0" 2synopsis: "Tool to generate OCaml projects" 3maintainer: "Chris Nevers <christophernevers96@gmail.com>" 4authors: "Chris Nevers <christophernevers96@gmail.com>" 5homepage: "https://github.com/chrisnevers/mkocaml" 6bug-reports: "https://github.com/chrisnevers/mkocaml/issues" 7depends: [ 8 "dune" {>= "1.11.0"} 9 "base-unix" 10] 11build: [ 12 ["dune" "subst"] {dev} 13 ["dune" "build" "-p" name "-j" jobs] 14] 15dev-repo: "git+https://github.com/chrisnevers/mkocaml.git" 16url { 17 src: "https://github.com/chrisnevers/mkocaml/archive/1.0.tar.gz" 18 checksum: [ 19 "md5=5528c6dfd160fbe1695ad92457bb83e7" 20 "sha512=734ca93b96b4b166867b1deae8e2a81bbbd3f2d7956179248229a2a320a5bbc28f5fc953a2b6f185852fba61d23f7e2f99a6bafbfb26125200e54ac954e8d846" 21 ] 22}