forked from ocaml/ocaml.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
79 lines (70 loc) · 1.09 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
75
76
77
78
79
(lang dune 3.15)
(name ocamlorg)
(documentation "https://ocaml.github.io/ocaml.org/")
(source
(github ocaml/ocaml.org))
(license ISC)
(authors
"Thibaut Mattio"
"Lucas Pluvinage"
"Patrick Ferris"
"Ashish Agarwal"
"Kanishka Azimi"
"Richard Davison"
"Jiae Kam")
(maintainers "Thibaut Mattio" "Patrick Ferris")
(generate_opam_files true)
(using mdx 0.1)
(package
(name ocamlorg)
(synopsis "Official OCaml website")
(description
"This repository contains the server that serves the official OCaml website at https://ocaml.org.")
(depends
(ocaml
(and
(>= 4.14.0)
(< 5.0.0)))
dune
cohttp
cohttp-lwt-unix
bos
crunch
mirage-kv-mem
dream-accept
dream-encoding
(graphql
(>= 0.14.0))
fpath
fmt
logs
(cmarkit
(>= 0.2.0))
opam-format
(timedesc
(>= 2.0.0))
yojson
lwt
tailwindcss
(hilite
(>= 0.4.0))
(river
(>= 0.3))
syndic
ounit
(alcotest :with-test)
(mdx
(and
:with-test
(>= 1.10.0)))
olinkcheck
; tools/ood-gen
ppx_deriving_yaml
ppx_stable
ezjsonm
lambdasoup
ptime
(cmdliner
(>= 1.1.0))
xmlm
uri))