forked from ocaml/ocaml.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
88 lines (79 loc) · 1.25 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
(lang dune 3.6)
(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
(graphql
(>= 0.14.0))
fpath
fmt
logs
(omd
(= "2.0.0~alpha3"))
opam-format
(timedesc
(>= 1.1.1))
yojson
lwt
tailwindcss
hilite
river
syndic
(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
ppx_stable
yojson
; tools/ood-gen
ppx_deriving_yaml
ppx_show
ezjsonm
lambdasoup
ptime
(cmdliner
(>= 1.1.0))
xmlm
uri))