Skip to content

Commit 1fc37e0

Browse files
committed
[new release] server-reason-react (0.4.0)
CHANGES: * Expand styles prop into className and style props with optional handling by @pedrobslisboa in ml-in-barcelona/server-reason-react#324 * Lowercase components have ?key:string by @davesnx in ml-in-barcelona/server-reason-react#323 * Wrap client value on React.Upper_case_component by @pedrobslisboa in ml-in-barcelona/server-reason-react#322 * Fix remove last element on nested_modules by @pedrobslisboa in ml-in-barcelona/server-reason-react#321 * Add searchParams function to native URL by @pedrobslisboa in ml-in-barcelona/server-reason-react#320 * Add URL construct function and improve lib build by @EmileTrotignon in ml-in-barcelona/server-reason-react#317 * Specify model values at React by @pedrobslisboa in ml-in-barcelona/server-reason-react#309 * Allow async in client props by @pedrobslisboa in ml-in-barcelona/server-reason-react#315 * Improve the Fiber and Model stream context by @pedrobslisboa in ml-in-barcelona/server-reason-react#312 * Align Suspense with reason-react by @pedrobslisboa in ml-in-barcelona/server-reason-react#311 * Make client component to execute in runtime by @pedrobslisboa in ml-in-barcelona/server-reason-react#306 * Fix mismatch of the model and html on render_html by @pedrobslisboa in ml-in-barcelona/server-reason-react#305 * Fix createFromFetch interface and avoid transition on navigation by @davesnx in ml-in-barcelona/server-reason-react#299 * Change ppx execution order (styles expansion in server-reason-react) by @davesnx in ml-in-barcelona/server-reason-react#297 * Rename use function to usePromise in Experimental module by @pedrobslisboa in ml-in-barcelona/server-reason-react#298 * Add shared-folder-prefix arg to ppx by @davesnx in ml-in-barcelona/server-reason-react#294
1 parent 1808b67 commit 1fc37e0

File tree

1 file changed

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

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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"}
16+
"lwt" {>= "5.6.0"}
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+
url {
54+
src:
55+
"https://github.com/ml-in-barcelona/server-reason-react/releases/download/0.4.0/server-reason-react-0.4.0.tbz"
56+
checksum: [
57+
"sha256=045c6187114ad628bc0b7023f3fc0750d87ef28e26d9fce12b23f04c6e0e445e"
58+
"sha512=66f1edf43c57c1bf95bc700196eccad9bd39e54cffbb010a81c5088c75465a2fcfdf5d22bce0adf00b2e9986fe24decbecdd9bb4e2f76053fe1cf9cfaebe4142"
59+
]
60+
}
61+
x-commit-hash: "0e09af0d8a952f28d1a819934b1ee551fa00c801"

0 commit comments

Comments
 (0)