Skip to content

Commit

Permalink
Merge pull request #19170 from tmattio/release-spin-0.8.2
Browse files Browse the repository at this point in the history
[new release] spin and opam-spin (0.8.2)
  • Loading branch information
kit-ty-kate committed Jul 31, 2021
2 parents 9faa93a + 5260887 commit 58e7379
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/opam-spin/opam-spin.0.8.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "Opam plugin for Spin, the OCaml project generator"
description: "Opam plugin for Spin, the 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"}
"dune" {>= "2.8"}
"spin" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/tmattio/spin.git"
flags: plugin
url {
src:
"https://github.com/tmattio/spin/releases/download/0.8.2/opam-spin-0.8.2.tbz"
checksum: [
"sha256=4ca1b0cf7fccdbef2e2e8cba47a66333b2ec1535d45792f5d6ddb8d62824a9eb"
"sha512=fbb209d50f89f9d924626ba1d12b18f22acd7e3e457a5d371668d0bba3ef8e03fb3d0cac55f3e915f030ce77ecd1a48c471f7c83820f95b996b57cee6ff72e92"
]
}
x-commit-hash: "dc63ade54343ff87896bd175f0b78c3d7b7364e2"
51 changes: 51 additions & 0 deletions packages/spin/spin.0.8.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
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"}
"dune" {>= "2.8"}
"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"
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@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.8.2/opam-spin-0.8.2.tbz"
checksum: [
"sha256=4ca1b0cf7fccdbef2e2e8cba47a66333b2ec1535d45792f5d6ddb8d62824a9eb"
"sha512=fbb209d50f89f9d924626ba1d12b18f22acd7e3e457a5d371668d0bba3ef8e03fb3d0cac55f3e915f030ce77ecd1a48c471f7c83820f95b996b57cee6ff72e92"
]
}
x-commit-hash: "dc63ade54343ff87896bd175f0b78c3d7b7364e2"

0 comments on commit 58e7379

Please sign in to comment.