File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed
packages/server-reason-react/server-reason-react.0.3.1 Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change
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" {>= "5.0.0"}
11
+ "reason" {>= "3.10.0"}
12
+ "melange" {>= "3.0.0"}
13
+ "ppxlib" {> "0.23.0"}
14
+ "quickjs" {>= "0.1.2"}
15
+ "promise" {>= "1.1.2"}
16
+ "lwt" {>= "5.6.0"}
17
+ "lwt_ppx" {>= "2.1.0"}
18
+ "uri" {>= "4.2.0"}
19
+ "integers"
20
+ "alcotest" {with-test}
21
+ "alcotest-lwt" {with-test}
22
+ "fmt" {with-test}
23
+ "merlin" {with-test}
24
+ "odoc" {with-doc}
25
+ "ocamlformat" {= "0.26.1" & with-test}
26
+ "ocaml-lsp-server" {with-test}
27
+ "tiny_httpd" {with-test}
28
+ "melange-webapi" {with-test}
29
+ "reason-react" {with-test}
30
+ "melange-webapi" {with-test}
31
+ "reason-react-ppx" {with-test}
32
+ ]
33
+ dev-repo: "git+https://github.com/ml-in-barcelona/server-reason-react.git"
34
+ # build command is custom to add "@new-doc"
35
+ build: [
36
+ ["dune" "subst"] {dev}
37
+ [
38
+ "dune"
39
+ "build"
40
+ "-p"
41
+ name
42
+ "-j"
43
+ jobs
44
+ "@install"
45
+ "@runtest" {with-test}
46
+ "@new-doc" {with-doc}
47
+ ]
48
+ ]
49
+ url {
50
+ src:
51
+ "https://github.com/ml-in-barcelona/server-reason-react/releases/download/0.3.1/server-reason-react-0.3.1.tbz"
52
+ checksum: [
53
+ "sha256=b97fbe6a7c3e5e1a7775e0f6498f257acaaa7e272177a9a3e0e50b7a49408d7c"
54
+ "sha512=b27a94618c367c80efef83a41c2a59c9cc7848fd753049ed40fa1f2cface1ef34cf3a995835bf08e2eb59c3186911f429b4706ed07dcb9724df6af5eb012a31d"
55
+ ]
56
+ }
57
+ x-commit-hash: "ee0f34b7046c50d77b1464be390eb2895ab367fe"
You can’t perform that action at this time.
0 commit comments