opam-version: "2.0" synopsis: "A project generator for Reason and OCaml" description: """ A project generator for Reason and OCaml """ maintainer: ["Thibaut Mattio"] authors: ["Thibaut Mattio"] license: "MIT" homepage: "https://github.com/tmattio/spin" doc: "https://tmattio.github.io/spin/" bug-reports: "https://github.com/tmattio/spin/issues" depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.7"} "alcotest" {with-test} "odoc" {with-doc} "crunch" {build} "base" {>= "v0.13"} "fmt" {>= "0.8.7"} "fpath" "cmdliner" "logs" "sexplib" {>= "v0.13"} "lwt" {>= "5.3.0"} "jingoo" {>= "1.3.0"} "inquire" {>= "0.2.1" & < "0.3.0"} ] dev-repo: "git+https://github.com/tmattio/spin.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] x-commit-hash: "b259fd10d62536a9f993f793ef8735303ec3c16f" url { src: "https://github.com/tmattio/spin/releases/download/0.7.0/spin-0.7.0.tbz" checksum: [ "sha256=d151cf6aee92c3b6f2d596b11b5d1ac2c75d554b681aa736b6293981344d062c" "sha512=e80ec9d40eecace6684308960ea224b81ce6e2fc8e81201c99702d13b3d888b7f2de9379777c94719bf679ee6ed10e3a83668064bba36cf1121f1f6628539046" ] }