forked from ocaml/ocaml.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
93 lines (84 loc) · 1.31 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
(lang dune 2.8)
(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
(>= 4.14.0))
dune
cohttp
cohttp-lwt-unix
bos
crunch
mirage-kv-mem
(dream
(>= 1.0.0~alpha3))
dream-accept
dream-encoding
fpath
fmt
logs
(omd
(= "2.0.0~alpha2"))
opam-format
timedesc
yojson
lwt
brr
rpclib
rpclib-lwt
js_top_worker
js_top_worker-client
code-mirror
(js_of_ocaml
(>= 4.0))
tailwindcss
esbuild
hilite
river
(alcotest :with-test)
(mdx
(and
:with-test
(>= 1.10.0)))
; src/ocamlorg_dasbhoard
(dream
(>= 1.0.0~alpha3))
(hyper
(>= 1.0.0~alpha1))
dune-build-info
luv
metrics-lwt
user-agent-parser
digestif
ppx_deriving_yojson
yojson
timedesc
; tools/ood-gen
piaf
ppx_deriving_yaml
ezjsonm
lambdasoup
ptime
(cmdliner
(>= 1.1.0))
xmlm
uri))