-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
50 lines (41 loc) · 914 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
(lang dune 3.8)
(using melange 0.1)
(name universal-portal)
(license MIT)
(maintainers "Pedro B S Lisboa <[email protected]>")
(authors "Pedro B S Lisboa <[email protected]>")
(source
(github pedrobslisboa/universal-portal))
(generate_opam_files true)
(implicit_transitive_deps false)
(package
(name universal-portal)
(synopsis "Universal Portal for ssr natively ReasonReact apps")
(depends
(ocaml
(>= 5.0.0))
(reason
(>= 3.10.0))
melange
melange-webapi
dream
(quickjs (>= 0.1.2))
(reason-react-ppx
(>= 0.14.0))
(reason-react
(>= 0.14.0))
lambdasoup
;; Test dependencies
(alcotest :with-test)
(alcotest-lwt :with-test)
(fmt :with-test)
;; Dev dependencies
(ocamlformat
(and
(= 0.26.1)
:with-test))
(server-reason-react
(= 0.3.1))
(melange-testing-library :with-test)
(melange-jest :with-test)
(ocaml-lsp-server :with-test)))