opam-version: "2.0" synopsis: "OCaml project generator" description: "OCaml project generator" maintainer: ["Thibaut Mattio"] authors: ["Thibaut Mattio"] license: "ISC" homepage: "https://github.com/tmattio/spin" doc: "https://tmattio.github.io/spin/" bug-reports: "https://github.com/tmattio/spin/issues" depends: [ "ocaml" {>= "4.10.0" & < "5.0.0"} "dune" {>= "2.7"} "alcotest" {with-test} "js_of_ocaml" {with-test} "js_of_ocaml-ppx" {with-test} "ppxlib" {with-test} "ctypes" {with-test} "odoc" {with-doc} "crunch" {build} "sexplib" {>= "v0.13"} "spawn" {>= "v0.13"} "jingoo" {>= "1.4.0"} "fmt" {>= "0.8.9"} "fpath" "cmdliner" "logs" ] 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: "5aad207960ded083a948cf0aea2d5fd2eb5dd555" url { src: "https://github.com/tmattio/spin/releases/download/0.8.0/spin-0.8.0.tbz" checksum: [ "sha256=2d612f7a55a2cd71177e96c6a5a5d3a7c258b19b4eef9cf994a24b1ec77c3764" "sha512=1b46b047c6f3d3ed38ba38912680e2af802517f30d27ae42ceca4fa1b3954d28ba6922535a322230a57e466f009df499823b39a325f476a9bf938fa2e0cd8f4a" ] }