this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Universal Portal for ssr natively ReasonReact apps" 4maintainer: ["Pedro B S Lisboa <pedrobslisboa@gmail.com>"] 5authors: ["Pedro B S Lisboa <pedrobslisboa@gmail.com>"] 6license: "MIT" 7homepage: "https://github.com/pedrobslisboa/universal-portal" 8bug-reports: "https://github.com/pedrobslisboa/universal-portal/issues" 9depends: [ 10 "dune" {>= "3.8"} 11 "ocaml" {>= "5.0.0"} 12 "reason" {>= "3.10.0"} 13 "melange" 14 "melange-webapi" 15 "dream" 16 "quickjs" 17 "server-reason-react" {<= "0.1.0"} 18 "reason-react-ppx" 19 "lambdasoup" 20 "reason-react" 21 "alcotest" {with-test} 22 "alcotest-lwt" {with-test} 23 "fmt" {with-test} 24 "ocamlformat" {= "0.26.1" & with-test} 25 "melange-testing-library" {with-test} 26 "melange-jest" {with-test} 27 "ocaml-lsp-server" {with-test} 28 "odoc" {with-doc} 29] 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 "@runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43] 44dev-repo: "git+https://github.com/pedrobslisboa/universal-portal.git" 45pin-depends: [ 46 ["quickjs.0.1.1" "git+https://github.com/ml-in-barcelona/quickjs.ml#0.1.1"] 47 ["reason-react.0.14.0" "git+https://github.com/reasonml/reason-react#0.14.0"] 48 ["reason-react-ppx.0.14.0" "git+https://github.com/reasonml/reason-react#0.14.0"] 49 ["server-reason-react.0.1.0" "git+https://github.com/ml-in-barcelona/server-reason-react#0.1.0"] 50] 51url { 52 src: 53 "https://github.com/pedrobslisboa/universal-reason-portal/archive/refs/tags/0.2.0.tar.gz" 54 checksum: [ 55 "md5=aa3cf95dceca01ac94ae9f016aa03b1e" 56 "sha512=2bb000c6091ae3a7227687c1d2e0a3a5dcbbd324ed5e5476cf70346df652e4c5e10135946ecb968fcbb5b6369b2816c6b38926205d90fd64d7d5733efce56c6b" 57 ] 58}