-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
74 lines (66 loc) · 1.18 KB
/
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
73
74
(lang dune 3.14)
(using directory-targets 0.1)
(using melange 0.1)
(name sabihin)
(generate_opam_files true)
(source
(github purefunctor/sabihin))
(authors "Justin Garcia")
(maintainers "Justin Garcia")
(license AGPL-3.0-or-later)
(package
(allow_empty)
(name sabihin)
(synopsis "Anonymous and Secure Confessions")
(description "Anonymous and Secure Confessions.")
(depends
ocaml
(atdgen
(>= "2.15.0"))
(caqti-driver-postgresql
(>= "1.9.0"))
(dream
(>= "1.0.0~alpha5"))
(reason
(>= "3.11.0"))
(dune
(>= "3.14"))
(melange
(>= "3.0.0"))
(melange-fetch
(>= "0.1.0"))
(melange-atdgen-codec-runtime
(>= "3.0.0"))
(ppx_rapper
(>= "3.1.0"))
(ppx_rapper_lwt
(>= "3.1.0"))
(reason-react
(>= "0.14.0"))
(reason-react-ppx
(>= "0.14.0"))
server-reason-react
styled-ppx
(yojson
(>= "2.1.2"))
(ppx_yojson_conv
(>= "v0.16.0"))
(dotenv
(>= "0.0.3"))
(melange-jest
(and :with-test
(>= "0.1.1")))
(alcotest
(and :with-test
(>= 1.7.0)))
(alcotest-lwt
(and :with-test
(>= 1.7.0)))
(cohttp
(and :with-test
(>= 5.3.1)))
(cohttp-lwt-unix
(and :with-test
(>= 5.3.0))))
(tags
(fullstack web)))