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" 7license: "BSD-3-Clause" 8depends: [ 9 "ocaml" {>= "4.04"} 10 "dune" {>= "1.11.0"} 11 "base-unix" 12] 13build: [ 14 ["dune" "subst"] {dev} 15 ["dune" "build" "-p" name "-j" jobs] 16] 17dev-repo: "git+https://github.com/chrisnevers/mkocaml.git" 18url { 19 src: "https://github.com/chrisnevers/mkocaml/archive/1.2.tar.gz" 20 checksum: [ 21 "md5=21a4915e821d2c80ce84d2090439c94a" 22 "sha512=93234dab34f6b498f893b6f0267810ed0c752c238a6e4e6efbc75a6bf38d5ba6a996dae682a401eb0c236b5a974f5e23db9cf4464b06f09abf4d8df9c80d931b" 23 ] 24}