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.4"}
  "mdx" {with-test}
  "alcotest" {with-test & < "1.2.0"}
  "odoc" {with-doc}
  "crunch" {build}
  "base" {< "v0.15"}
  "stdio" {< "v0.15"}
  "fmt"
  "fpath"
  "cmdliner"
  "logs"
  "sexplib" {< "v0.15"}
  "lwt" {>= "5.3.0"}
  "jingoo" {>= "1.3.0"}
  "reason" {< "3.7.0"}
  "inquire" {>= "0.2.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@test/runtest" {with-test & arch = "x86_64"}
    "@test_bin/runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/tmattio/spin.git"
url {
  src:
    "https://github.com/tmattio/spin/releases/download/0.6.0/spin-0.6.0.tbz"
  checksum: [
    "sha256=2fea29779b8751651e101064affbfc482c62c68fc6672f28a314ae60f30c75c2"
    "sha512=df00a63f6f12fe8ebd1626356741256f00c2c51878f227bca4243c83ff8dbbe1734fe7ce70d22ecb134968795e166ea5770fc038551f48fb6d510e52c3234c2e"
  ]
}
