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 "reason-react-ppx" {>= "0.14.0"} 18 "reason-react" {>= "0.14.0"} 19 "lambdasoup" 20 "alcotest" {with-test} 21 "alcotest-lwt" {with-test} 22 "fmt" {with-test} 23 "ocamlformat" {= "0.26.1" & with-test} 24 "server-reason-react" {= "0.2.0"} 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" 45url { 46 src: 47 "https://github.com/pedrobslisboa/universal-portal/archive/refs/tags/0.3.0.tar.gz" 48 checksum: [ 49 "md5=72e494d939a7b656e438d96ecad65e57" 50 "sha512=3c58d8fdab8971434ccaaf0205306e663e232428076f927a49486dc1f6ed71f79f38083bea5de19877eb0c8045e737b852af5682bc3e17690ebc4103a69873cf" 51 ] 52}