Skip to content

Commit 99630d3

Browse files
committed
[new release] reason-react (2 packages) (0.17.0)
CHANGES: * Upgrade `ppxlib` lower bound to `0.36` (@anmonteiro in reasonml/reason-react#883)
1 parent 235b964 commit 99630d3

2 files changed

Lines changed: 106 additions & 0 deletions

File tree

  • packages
    • reason-react-ppx/reason-react-ppx.0.17.0
    • reason-react/reason-react.0.17.0
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
opam-version: "2.0"
2+
synopsis: "React.js JSX PPX"
3+
description: "reason-react JSX PPX"
4+
maintainer: [
5+
"David Sancho <dsnxmoreno@gmail.com>"
6+
"Antonio Monteiro <anmonteiro@gmail.com>"
7+
]
8+
authors: [
9+
"Cheng Lou <chenglou92@gmail.com>" "Ricky Vetter <rickywvetter@gmail.com>"
10+
]
11+
license: "MIT"
12+
homepage: "https://reasonml.github.io/reason-react"
13+
doc: "https://reasonml.github.io/reason-react"
14+
bug-reports: "https://github.com/reasonml/reason-react/issues"
15+
depends: [
16+
"dune" {>= "3.9"}
17+
"ocaml" {>= "4.14"}
18+
"reason" {>= "3.12.0"}
19+
"ppxlib" {>= "0.36.0"}
20+
"merlin" {with-test}
21+
"ocamlformat" {= "0.28.1" & with-dev-setup}
22+
"odoc" {with-doc}
23+
]
24+
build: [
25+
["dune" "subst"] {dev}
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://github.com/reasonml/reason-react.git"
39+
url {
40+
src:
41+
"https://github.com/reasonml/reason-react/releases/download/0.17.0/reason-react-0.17.0.tbz"
42+
checksum: [
43+
"sha256=02b67a08bd548dc1983c1bc69ef417ed06b5ebe9904f74fc9844c7a6b4ff318c"
44+
"sha512=4512a0bbc04065ad0be4a35c4c6abe9d8e10376b4424a3c82f8a692759a57714493e99535f4450372587c85741e828e5b213c9cb404456c81dba4a5da66fefcc"
45+
]
46+
}
47+
x-commit-hash: "6c7bb86d9c86433048fa94d71d163e144250f1d8"
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
opam-version: "2.0"
2+
synopsis: "Reason bindings for React.js"
3+
description: """
4+
reason-react helps you use Reason to build React components with deeply integrated, strong, static type safety.
5+
6+
It is designed and built by people using Reason and React in large, mission critical production React codebases."""
7+
maintainer: [
8+
"David Sancho <dsnxmoreno@gmail.com>"
9+
"Antonio Monteiro <anmonteiro@gmail.com>"
10+
]
11+
authors: [
12+
"Cheng Lou <chenglou92@gmail.com>" "Ricky Vetter <rickywvetter@gmail.com>"
13+
]
14+
license: "MIT"
15+
homepage: "https://reasonml.github.io/reason-react"
16+
doc: "https://reasonml.github.io/reason-react"
17+
bug-reports: "https://github.com/reasonml/reason-react/issues"
18+
depends: [
19+
"dune" {>= "3.9"}
20+
"ocaml"
21+
"melange" {>= "6.0.0"}
22+
"reason-react-ppx" {= version}
23+
"reason" {>= "3.12.0"}
24+
"ocaml-lsp-server" {with-dev-setup}
25+
"opam-check-npm-deps" {dev & with-dev-setup}
26+
"ocamlformat" {= "0.28.1" & with-dev-setup}
27+
"odoc" {with-doc}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"@install"
39+
"@runtest" {with-test}
40+
"@doc" {with-doc}
41+
]
42+
]
43+
dev-repo: "git+https://github.com/reasonml/reason-react.git"
44+
depexts: [
45+
["react"] {npm-version = "^19.1.0"}
46+
["react-dom"] {npm-version = "^19.1.0"}
47+
]
48+
pin-depends: [
49+
[ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#4.1.0"]
50+
]
51+
url {
52+
src:
53+
"https://github.com/reasonml/reason-react/releases/download/0.17.0/reason-react-0.17.0.tbz"
54+
checksum: [
55+
"sha256=02b67a08bd548dc1983c1bc69ef417ed06b5ebe9904f74fc9844c7a6b4ff318c"
56+
"sha512=4512a0bbc04065ad0be4a35c4c6abe9d8e10376b4424a3c82f8a692759a57714493e99535f4450372587c85741e828e5b213c9cb404456c81dba4a5da66fefcc"
57+
]
58+
}
59+
x-commit-hash: "6c7bb86d9c86433048fa94d71d163e144250f1d8"

0 commit comments

Comments
 (0)