opam-version: "2.0"
synopsis: "Tool to generate OCaml projects"
maintainer: "Chris Nevers <christophernevers96@gmail.com>"
authors: "Chris Nevers <christophernevers96@gmail.com>"
homepage: "https://github.com/chrisnevers/mkocaml"
bug-reports: "https://github.com/chrisnevers/mkocaml/issues"
depends: [
  "dune" {>= "1.11.0"}
  "base-unix"
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git://github.com/chrisnevers/mkocaml.git"
url {
  src: "https://github.com/chrisnevers/mkocaml/archive/1.0.tar.gz"
  checksum: [
    "md5=5528c6dfd160fbe1695ad92457bb83e7"
    "sha512=734ca93b96b4b166867b1deae8e2a81bbbd3f2d7956179248229a2a320a5bbc28f5fc953a2b6f185852fba61d23f7e2f99a6bafbfb26125200e54ac954e8d846"
  ]
}
