-
Notifications
You must be signed in to change notification settings - Fork 7
/
dune-project
72 lines (60 loc) · 952 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
(lang dune 1.11)
(using fmt 1.2)
(name morph)
(version 0.6.1)
(maintainers "Ulrik Strid")
(authors "Ulrik Strid")
(source
(github reason-native-web/morph))
(homepage https://reason-native-web.github.io)
(documentation https://reason-native-web.github.io/morph)
(generate_opam_files true)
(package
(name morph)
(synopsis "Abstraction over Piaf")
(depends
(ocaml
(>= 4.06.1))
(dune
(>= 1.11))
reason
(lwt
(>= 4.0.0))
logs
fmt
hmap
piaf
routes
session
session-cookie
session-cookie-lwt
cookie))
(package
(name morph_websocket)
(synopsis "Websocket support for morph")
(depends
(ocaml
(>= 4.06.1))
(dune
(>= 1.11))
(lwt
(>= 4.0.0))
logs
fmt
piaf
websocketaf
digestif))
(package
(name morph_graphql_server)
(synopsis "Helpers for working with graphql and morph")
(depends
(ocaml
(>= 4.06.1))
(dune
(>= 1.11))
reason
lwt
logs
morph
graphql
graphql-lwt))