Skip to content

Commit 00aeddc

Browse files
author
Firstname Lastname
committed
Package universal-portal.0.3.0
1 parent ca7f74d commit 00aeddc

File tree

1 file changed

+52
-0
lines changed
  • packages/universal-portal/universal-portal.0.3.0

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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 <[email protected]>"]
5+
authors: ["Pedro B S Lisboa <[email protected]>"]
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+
"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+
]
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+
url {
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+
}

0 commit comments

Comments
 (0)