Skip to content

Commit

Permalink
Merge pull request #24422 from davesnx/release-reason-react-0.12.0
Browse files Browse the repository at this point in the history
[new release] reason-react and reason-react-ppx (0.12.0)
  • Loading branch information
mseri authored Sep 14, 2023
2 parents afa71bc + 8a1c07d commit ba40422
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 0 deletions.
46 changes: 46 additions & 0 deletions packages/reason-react-ppx/reason-react-ppx.0.12.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
opam-version: "2.0"
synopsis: "React.js JSX PPX"
description: "ReasonReact JSX PPX"
maintainer: [
"David Sancho <[email protected]>"
"Antonio Monteiro <[email protected]>"
]
authors: [
"Cheng Lou <[email protected]>" "Ricky Vetter <[email protected]>"
]
license: "MIT"
homepage: "https://reasonml.github.io/reason-react"
doc: "https://reasonml.github.io/reason-react"
bug-reports: "https://github.com/reasonml/reason-react/issues"
depends: [
"dune" {>= "3.9"}
"ocaml" {>= "4.13.0"}
"reason" {>= "3.6.0" & < "3.10.0"}
"ppxlib" {>= "0.28.0"}
"merlin" {= "4.10-414" & with-test}
"ocamlformat" {= "0.24.0" & with-dev-setup}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/reasonml/reason-react.git"
url {
src:
"https://github.com/reasonml/reason-react/releases/download/0.12.0/reason-react-0.12.0.tbz"
checksum: [
"sha256=8e2d62ea3d42896ef23928131cd70cd37870632a87481554269a7d0635da59b1"
"sha512=879f015ef57ef88d6cbc09b09e82b3f23a9ab1e481f34ba4987dec2a6a46ed903c48b69f7e2875ef24cde6bd873e3d8022b9018ec42004240572c61bc39e1921"
]
}
x-commit-hash: "d799f423342ffbfd609cedb027766814efd1e041"
55 changes: 55 additions & 0 deletions packages/reason-react/reason-react.0.12.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
opam-version: "2.0"
synopsis: "Reason bindings for React.js"
description: """
ReasonReact helps you use Reason to build React components with deeply integrated, strong, static type safety.

It is designed and built by people using Reason and React in large, mission critical production React codebases."""
maintainer: [
"David Sancho <[email protected]>"
"Antonio Monteiro <[email protected]>"
]
authors: [
"Cheng Lou <[email protected]>" "Ricky Vetter <[email protected]>"
]
license: "MIT"
homepage: "https://reasonml.github.io/reason-react"
doc: "https://reasonml.github.io/reason-react"
bug-reports: "https://github.com/reasonml/reason-react/issues"
depends: [
"dune" {>= "3.9"}
"ocaml" {>= "4.13.0"}
"melange" {>= "1.0.0"}
"reason-react-ppx" {= version}
"reason" {>= "3.6.0" & < "3.10.0"}
"ocaml-lsp-server" {with-test}
"opam-check-npm-deps" {= "1.0.0" & with-dev-setup}
"ocamlformat" {= "0.24.0" & with-dev-setup}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/reasonml/reason-react.git"
depexts: [
["react"] {npm-version = "^17.0.0 || ^18.0.0"}
["react-dom"] {npm-version = "^17.0.0 || ^18.0.0"}
]
url {
src:
"https://github.com/reasonml/reason-react/releases/download/0.12.0/reason-react-0.12.0.tbz"
checksum: [
"sha256=8e2d62ea3d42896ef23928131cd70cd37870632a87481554269a7d0635da59b1"
"sha512=879f015ef57ef88d6cbc09b09e82b3f23a9ab1e481f34ba4987dec2a6a46ed903c48b69f7e2875ef24cde6bd873e3d8022b9018ec42004240572c61bc39e1921"
]
}
x-commit-hash: "d799f423342ffbfd609cedb027766814efd1e041"

0 comments on commit ba40422

Please sign in to comment.