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 "pcre" {>= "7.4.0"} 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" 33build: [ 34 ["dune" "subst"] {dev} 35 [ 36 "dune" 37 "build" 38 "-p" 39 name 40 "-j" 41 jobs 42 "@install" 43 "@runtest" {with-test} 44 "@new-doc" {with-doc} 45 ] 46] 47url { 48 src: 49 "https://github.com/ml-in-barcelona/server-reason-react/releases/download/0.1.0/server-reason-react-0.1.0.tbz" 50 checksum: [ 51 "sha256=557e215377660a5c48c0494704d3d149ff249d4a5669f1749b393176b963ea05" 52 "sha512=cc3dd53dd21d2564ad031ca74552587f4a8200833ec80392fd190a55d7a7f83bec0fc57d2ec0e262c0c3ef2e78a89914872ea1588921c3cb8836e8e5f67b4cef" 53 ] 54} 55x-commit-hash: "4ae23a986dff3ecdb9e921771113c6ab94f2e7cc"