this repo has no description

Merge pull request #16470 from tmattio/release-spin-0.6.0

[new release] spin (0.6.0)

Kate cc17d0f2 a51c0940

Changed files
+54
packages
spin
spin.0.6.0
+54
packages/spin/spin.0.6.0/opam
···
···
+
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}
+
"odoc" {with-doc}
+
"crunch" {build}
+
"base"
+
"stdio"
+
"fmt"
+
"fpath"
+
"cmdliner"
+
"logs"
+
"sexplib"
+
"lwt" {>= "5.3.0"}
+
"jingoo"
+
"reason"
+
"inquire" {>= "0.2.0"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@test/runtest" {with-test}
+
"@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"
+
]
+
}