-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
57 lines (45 loc) · 1.14 KB
/
dune-project
File metadata and controls
57 lines (45 loc) · 1.14 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.20)
(name executor)
(generate_opam_files true)
(source
(github Software-Deployed/executor))
(authors "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")
(package
(name reason-react-day-picker)))
(package
(name executor)
(synopsis "Realtime e-commerce platform")
(description "E-commerce with real time transactions and synchronization")
(depends
(ocaml
(= "5.4.0"))
melange
ocaml-lsp-server
ocamlformat
reason
melange-webapi
ppxlib
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