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" & < "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.0/server-reason-react-0.3.0.tbz" 52 checksum: [ 53 "sha256=2a6fc7197d251dc91babcf22cb6987e1d07e91ae631cc62a893df2c6da6b49b5" 54 "sha512=c6ed6eb39b046b698844e561cf9a42a866e4df632a6e495a6473ba629ecd9ee534db0b5b42737776d9a4b15376bea1380b77749228c88a0fc0f6b10ead4b3a01" 55 ] 56} 57x-commit-hash: "702a5cd3c3fcc852b0d007d9f5782a69f844b4f9"