-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
189 lines (170 loc) · 4.51 KB
/
dune-project
File metadata and controls
189 lines (170 loc) · 4.51 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
(lang dune 3.20)
(using melange 0.1)
(name pegasus)
(generate_opam_files true)
(source (github futurGH/pegasus))
(authors "futurGH")
(maintainers "futurGH")
(license MPL-2.0)
(pin ; fixes build on macOS 26
(url "git+https://github.com/mcksan/pg_query-ocaml.git")
(package (name pg_query)))
(pin ; build broken on macOS for some reason
(url "git+https://github.com/janestreet/bin_prot.git#03c783d682f67db665dca44a1b34d41cd16e1e3f")
(package
(name bin_prot)
(version v0.17~preview.128.20+135))) ; this is actually v0.16~preview.128.20+135 but core requires >=v0.17
(pin ; these 4 all need to be pinned or they'll conflict
(url "git+https://github.com/lthms/dream.git#h2-0-13") ; unmerged patch that prevents conflict with letters
(package (name dream)))
(pin
(url "git+https://github.com/lthms/dream.git#h2-0-13") ; unmerged patch that prevents conflict with letters
(package (name dream-httpaf)))
(pin
(url "git+https://github.com/roddyyaga/ppx_rapper.git#5b0e62def2d5cc6cbe3dedec1ecb289bee350f9a")
(package (name ppx_rapper)))
(pin
(url "git+https://github.com/roddyyaga/ppx_rapper.git#5b0e62def2d5cc6cbe3dedec1ecb289bee350f9a")
(package (name ppx_rapper_lwt)))
(pin ; applied fix from anmonteiro/gluten#85
(url "git+https://github.com/futurGH/gluten#956e753dc0ee81dbe53f0979fe89d57d960e7856")
(package
(name gluten-lwt)
(version 0.5.2)))
(pin ; version on opam requires too high a melange version
(url "git+https://github.com/melange-community/melange-webapi.git#80c6ededd06cc66b75445d1ed5c855e050b156a0")
(package
(name melange-webapi)
(version v0.21.0)))
(package
(name pegasus)
(synopsis "An atproto Personal Data Server implementation")
(description "Eventually")
(allow_empty)
(depends
(ocaml (= 5.2.1))
(dune (and (>= 3.20) (< 3.21)))
lwt
(aws-s3-lwt (>= 4.8.1))
(caqti (>= 1.9.0))
(caqti-driver-sqlite3 (>= 1.9.0))
(caqti-lwt (>= 1.9.0))
(cohttp (>= 6.1.1))
(cohttp-lwt-unix (>= 6.1.1))
(dns-client-lwt (>= 10.2.0))
dream
(emile (>= 1.1))
(letters (>= 0.4.0))
(html_of_jsx (>= 0.0.7))
(re (>= 1.13.2))
(safepass (>= 3.1))
server-reason-react
(timedesc (>= 3.1.0))
(uri (>= 4.4.0))
(uuidm (>= 0.9.10))
(yojson (>= 3.0.0))
(lwt_ppx (>= 5.9.1))
(ppx_deriving_yojson (>= 3.9.1))
ppx_rapper
ppx_rapper_lwt
(webauthn (>= 0.2.0))
(alcotest :with-test)
crunch
(ocamlformat-mlx :with-dev-setup)
(ocamlmerlin-mlx :with-dev-setup)))
(package
(name frontend)
(allow_empty)
(depends
(ocaml (= 5.2.1))
(dune (and (>= 3.20) (< 3.21)))
lwt
melange
melange-json
melange-json-native
(mlx (>= 0.11))
(reason-react (>= 0.16.0))
(reason-react-ppx (>= 0.16.0))
server-reason-react))
(package
(name mist)
(synopsis "Atproto repo functionality")
(allow_empty)
(depends
(ocaml (= 5.2.1))
(dune (and (>= 3.20) (< 3.21)))
lwt
(core_unix (>= 0.16.0))
(re (>= 1.13.2))
(yojson (>= 3.0.0))
(lwt_ppx (>= 5.9.1))
(ppx_deriving_yojson (>= 3.9.1))
(alcotest :with-test)))
(package
(name ipld)
(synopsis "A DASL-compliant implementation of some IPLD formats")
(description "Currently includes DAG-CBOR, CIDv1, and CARv1")
(allow_empty)
(depends
(ocaml (= 5.2.1))
(dune (and (>= 3.20) (< 3.21)))
lwt
(digestif (>= 1.2.0))
(multibase (>= 0.1.0))
(yojson (>= 3.0.0))
(lwt_ppx (>= 5.9.1))
(alcotest :with-test)))
(package
(name kleidos)
(synopsis "Atproto-flavour k256 and p256 signing and verification")
(allow_empty)
(depends
(ocaml (= 5.2.1))
(dune (and (>= 3.20) (< 3.21)))
(hacl-star (>= 0.7.2))
(mirage-crypto-ec (>= 2.0.1))
(multibase (>= 0.1.0))))
(package
(name hermes)
(synopsis "Type-safe XRPC client for ATProto")
(description "XRPC client with PPX extensions for type-safe API calls")
(allow_empty)
(depends
(ocaml (= 5.2.1))
(dune (and (>= 3.20) (< 3.21)))
lwt
(cohttp-lwt-unix (>= 6.1.1))
(uri (>= 4.4.0))
(yojson (>= 3.0.0))
(base64 (>= 3.5.0))
(lwt_ppx (>= 5.9.1))
(ppx_deriving_yojson (>= 3.9.1))))
(package
(name hermes-cli)
(synopsis "Code generator for Hermes from ATProto lexicons")
(allow_empty)
(depends
(ocaml (= 5.2.1))
(dune (and (>= 3.20) (< 3.21)))
(cmdliner (>= 1.2.0))
(yojson (>= 3.0.0))
(fmt (>= 0.9.0))
(fpath (>= 0.7.3))))
(package
(name hermes_ppx)
(synopsis "PPX extension for Hermes XRPC calls")
(allow_empty)
(depends
(ocaml (= 5.2.1))
(dune (and (>= 3.20) (< 3.21)))
(ppxlib (>= 0.32.0))))
(package
(name tailwindcss)
(allow_empty))
(dialect
(name mlx)
(implementation
(extension mlx)
(merlin_reader mlx)
(preprocess
(run mlx-pp %{input-file}))))