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.dev" "git+https://github.com/reasonml/reason-react#0.14.0"] 48 ["reason-react-ppx.dev" "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.1.tar.gz" 54 checksum: [ 55 "md5=00de7c7552119be673764e804f9126e5" 56 "sha512=a95896d3dd601d02595c90001cbceb70bb700e919684de132047cf479a7928782721d71717d435b3ac36b352d6af5c06221155206802785b98cc6cd0b24bb380" 57 ] 58}