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.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] 33dev-repo: "git+https://github.com/ml-in-barcelona/server-reason-react.git" 34# build command is custom to add "@new-doc" 35build: [ 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] 49url { 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} 57x-commit-hash: "ee0f34b7046c50d77b1464be390eb2895ab367fe"