-
Notifications
You must be signed in to change notification settings - Fork 106
/
dune-project
66 lines (58 loc) · 1.37 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
(lang dune 3.8)
(using mdx 0.4)
(using directory-targets 0.1)
(name mirageio)
(documentation "https://mirage.github.io/mirage-www/")
(source
(github mirage/mirage-www))
(license ISC)
(authors
"Anil Madhavapeddy"
"Amir Chaudhry"
"Thomas Gazagnaire"
"Richard Mortier"
"Hannes Mehnert"
"Mindy Preston"
"Lucas Pluvinage"
"Thomas Leonard"
"Dave Scott"
"Martin Keegan"
"Thibaut Mattio")
(maintainers "mirageos-devel@list.xenproject.org")
(generate_opam_files true)
(package
(name mirageio)
(synopsis "Website infrastructure and content for mirageos.org")
(description "Website infrastructure and content for mirageos.org")
(depends
(ocaml
(>= 4.14))
dune
dream
dream-mirage
(tcpip (>= 8.0))
(mirage-time (>= 3.0))
(mirage-kv-mem (>= 3.2.1))
(mirage-clock-unix (>= 3.0))
(mirage-unix (>= 5.0.0))
(ptime (>= 0.8.1))
(tailwindcss :build)
(crunch (and :build (>= 3.1.0)))
(cmarkit (and :build
(>= 0.2.0)))
(hilite (and :build
(>= 0.4.0)))
(yaml :build)
(fmt :build)
(ppx_deriving_yaml (and :build (>= 0.2.1)))
(mdx :with-test)
(mirage :with-test)
(mirage-block-unix :with-test)
(mirage-kv-unix (and :with-test (>= 3.0.0)))
(mirage-net-unix :with-test)
(mirage-logs :with-test)
(mirage-crypto-rng-mirage :with-test)
(mirage-bootvar :with-test)
(dns-certify :with-test)
(lwt :with-test)
(charrua-client :with-test)))