-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
67 lines (54 loc) · 1.31 KB
/
dune-project
File metadata and controls
67 lines (54 loc) · 1.31 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
58
59
60
61
62
63
64
65
66
67
(lang dune 3.21)
(name resync)
(generate_opam_files true)
(source
(github Software-Deployed/resync))
(authors "Brian Kaplan <brian@equalslashed.net>")
(maintainers "Brian Kaplan <brian@equalslashed.net>")
(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)))
(pin
(url
"git+https://github.com/Software-Deployed/reason-react-day-picker.git#reason-native")
(package
(name reason-react-day-picker)))
(package
(name resync)
(synopsis "Realtime Universal Reason React")
(description
"Tools for creating a realtime universal reason react application")
(depends
(ocaml
(= "5.4.0"))
caqti-driver-postgresql
dream
lwt
melange
melange-json
melange-json-native
ocaml-lsp-server
ocamlformat
reason
melange-webapi
ppxlib
ctypes-foreign
reason-react-ppx
reason-react
reason-react-day-picker
server-reason-react)
(allow_empty)
(tags
("web" "commerce" "lease" "subscription" "cart")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html