-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdune-project
More file actions
57 lines (45 loc) · 1.12 KB
/
dune-project
File metadata and controls
57 lines (45 loc) · 1.12 KB
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
51
52
53
54
55
56
57
(lang dune 3.21)
(using directory-targets 0.1)
(name server-reason-react-starter)
(generate_opam_files true)
(source
(github Software-Deployed/server-reason-react-starter))
(authors "Brian Kaplan <brian@softwaredeployed.com>")
(license MIT)
(using melange 0.1)
(pin
(url "git+https://github.com/ml-in-barcelona/server-reason-react.git")
(package
(name server-reason-react)))
(pin
(url "git+https://github.com/reasonml/reason-react.git")
(package
(name reason-react)))
(pin
(url "git+https://github.com/reasonml/reason-react.git")
(package
(name reason-react-ppx)))
(package
(name server-reason-react-starter)
(synopsis "Native Reason React Starter")
(description
"Starter for server rendered Reason React components with server-reason-react")
(depends
(ocaml
(= "5.4.0"))
dream
lwt
melange
caqti-driver-sqlite3
ocaml-lsp-server
ocamlformat
reason
melange-webapi
ppxlib
reason-react-ppx
reason-react
server-reason-react)
(allow_empty)
(tags
("ssr" "reason" "react" "dream")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html