Skip to content

Commit ae3afce

Browse files
authored
Merge pull request #29006 from davesnx/release-server-reason-react-0.4.0
[new release] server-reason-react (0.4.0)
2 parents 6d4e881 + 575a8f5 commit ae3afce

File tree

1 file changed

+62
-0
lines changed
  • packages/server-reason-react/server-reason-react.0.4.0

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
opam-version: "2.0"
2+
synopsis: "Rendering React components on the server natively"
3+
maintainer: ["David Sancho <[email protected]>"]
4+
authors: ["David Sancho <[email protected]>"]
5+
license: "MIT"
6+
homepage: "https://github.com/ml-in-barcelona/server-reason-react"
7+
bug-reports: "https://github.com/ml-in-barcelona/server-reason-react/issues"
8+
depends: [
9+
"dune" {>= "3.9"}
10+
"ocaml" {>= "4.14.1"}
11+
"reason" {>= "3.14.0"}
12+
"melange" {>= "3.0.0"}
13+
"uucp" {>= "16.0.0"}
14+
"ppxlib" {> "0.23.0"}
15+
"quickjs" {>= "0.1.2" & < "0.2.0"}
16+
"lwt" {>= "5.9.2"}
17+
"lwt_ppx" {>= "2.1.0"}
18+
"uri" {>= "4.2.0"}
19+
"yojson" {>= "2.2.0"}
20+
"integers" {>= "0.7.0"}
21+
"melange-fetch" {>= "0.2.0"}
22+
"melange-json" {>= "2.0.0"}
23+
"melange-json-native" {>= "2.0.0"}
24+
"melange-webapi" {>= "0.21.0"}
25+
"reason-react" {>= "0.16.0"}
26+
"odoc" {with-doc}
27+
"ocamlformat" {= "0.27.0" & with-test}
28+
"ocaml-lsp-server" {with-dev-setup}
29+
"dream" {= "1.0.0~alpha8" & with-dev-setup}
30+
"reason-react-ppx" {with-dev-setup}
31+
"alcotest" {with-test}
32+
"alcotest-lwt" {with-test}
33+
"fmt" {with-test}
34+
"merlin" {with-test}
35+
"core_unix" {with-test}
36+
"core_bench" {with-test}
37+
]
38+
build: [
39+
["dune" "subst"] {dev}
40+
[
41+
"dune"
42+
"build"
43+
"-p"
44+
name
45+
"-j"
46+
jobs
47+
"@install"
48+
"@runtest" {with-test}
49+
"@doc" {with-doc}
50+
]
51+
]
52+
dev-repo: "git+https://github.com/ml-in-barcelona/server-reason-react.git"
53+
x-maintenance-intent: ["(latest)"]
54+
url {
55+
src:
56+
"https://github.com/ml-in-barcelona/server-reason-react/releases/download/0.4.0/server-reason-react-0.4.0.tbz"
57+
checksum: [
58+
"sha256=7811cd16a7256edbebd06057072142fc2fa1d81de784442e21f3225f06f08ce2"
59+
"sha512=d60084b34f4086bc401f5f1e209714ab297b5dd94b9b55050816ba9dd0579b2c88745b1813ab57d9584c826af9602df279e8ecfdc04cde62f94d1fec9506dd45"
60+
]
61+
}
62+
x-commit-hash: "3d9f43a83104d0c4b0bc646242c5f04918559ec1"

0 commit comments

Comments
 (0)