this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25653 from pedrobslisboa/opam-publish-universal-portal.0.2.0

Package universal-portal.0.2.0

authored by

Marcello Seri and committed by
GitHub
fa727ddb 9f03f078

+58
+58
packages/universal-portal/universal-portal.0.2.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Universal Portal for ssr natively ReasonReact apps" 4 + maintainer: ["Pedro B S Lisboa <pedrobslisboa@gmail.com>"] 5 + authors: ["Pedro B S Lisboa <pedrobslisboa@gmail.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/pedrobslisboa/universal-portal" 8 + bug-reports: "https://github.com/pedrobslisboa/universal-portal/issues" 9 + depends: [ 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" 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 + ] 30 + build: [ 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 + ] 44 + dev-repo: "git+https://github.com/pedrobslisboa/universal-portal.git" 45 + pin-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 + ] 51 + url { 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 + }