this repo has no description
1opam-version: "2.0"
2synopsis: "Rendering React components on the server natively"
3maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
4authors: ["David Sancho <dsnxmoreno@gmail.com>"]
5license: "MIT"
6homepage: "https://github.com/ml-in-barcelona/server-reason-react"
7bug-reports: "https://github.com/ml-in-barcelona/server-reason-react/issues"
8depends: [
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.1"}
15 "promise" {>= "1.1.2"}
16 "lwt" {>= "5.6.0"}
17 "lwt_ppx" {>= "2.1.0"}
18 "uri" {>= "4.2.0"}
19 "alcotest" {with-test}
20 "alcotest-lwt" {with-test}
21 "fmt" {with-test}
22 "merlin" {with-test}
23 "odoc" {with-doc}
24 "ocamlformat" {= "0.26.1" & with-test}
25 "ocaml-lsp-server" {with-test}
26 "tiny_httpd" {with-test}
27 "melange-webapi" {with-test}
28 "reason-react" {with-test}
29 "melange-webapi" {with-test}
30 "reason-react-ppx" {with-test}
31]
32dev-repo: "git+https://github.com/ml-in-barcelona/server-reason-react.git"
33# build command is custom to add "@new-doc"
34build: [
35 ["dune" "subst"] {dev}
36 [
37 "dune"
38 "build"
39 "-p"
40 name
41 "-j"
42 jobs
43 "@install"
44 "@runtest" {with-test}
45 "@new-doc" {with-doc}
46 ]
47]
48url {
49 src:
50 "https://github.com/ml-in-barcelona/server-reason-react/releases/download/0.2.0/server-reason-react-0.2.0.tbz"
51 checksum: [
52 "sha256=f7e93b2c24e6420ed7352f5b04ff028ea6ea8b9b91679bbce43aadfcae028f34"
53 "sha512=b74f883d8fad95738b7dd9b51f23af27ef1b541939ad9b8ea65cfb0d48a217c2265ca9319e9355c7782bf223a5168ee4ff236677503afa301c8b7b08561fcd8c"
54 ]
55}
56x-commit-hash: "84d3b3ed92b6e7bd3849a0ca96c31acbadee5ba4"