-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdune-project
More file actions
45 lines (38 loc) · 935 Bytes
/
dune-project
File metadata and controls
45 lines (38 loc) · 935 Bytes
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
(lang dune 3.20)
(name yocaml-codex)
(version dev)
(generate_opam_files)
(using mdx 0.4)
(source (github yocaml/yocaml-codex))
(license GPL-3.0-or-later)
(authors
"gr-im <grimfw@gmail.com>"
"The XHTMLBoy <xhtmlboi@gmail.com>"
"xvw <xaviervdw@gmail.com>"
"msp <spanwmick@gmail.com>")
(maintainers
"gr-im <grimfw@gmail.com>"
"The XHTMLBoy <xhtmlboi@gmail.com>"
"xvw <xaviervdw@gmail.com>"
"msp <spanwmick@gmail.com>")
(package
(name yocaml-codex)
(synopsis "A YOCaml Standard Library")
(description
"A set of data models that can be used with YOCaml to build rich pages")
(depends
(ocaml (>= 5.3.0))
yocaml
yocaml_syndication
iso639
uri
emile
;; test setup
(ppx_expect :with-test)
(mdx :with-test)
;; dev setup
(utop :with-dev-setup)
(ocamlformat (and :with-dev-setup (= 0.28.1)))
(ocp-indent :with-dev-setup)
(merlin :with-dev-setup)
(ocaml-lsp-server :with-dev-setup)))