-
Notifications
You must be signed in to change notification settings - Fork 326
/
dune-project
98 lines (86 loc) · 1.43 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
94
95
96
97
98
(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
(>= 4.14.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
(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))
(pin
(url
"git+https://github.com/aantron/river#476dc945a908a69548bddd267f143a3e5d9c8a1a")
(package
(name river)))
(pin
(url "git+https://github.com/tarides/olinkcheck")
(package
(name olinkcheck)))
(dialect
(name eml)
(implementation
(extension eml)
(preprocess
(run
%{bin:dream_eml}
%{input-file}
--workspace %{workspace_root}
--stdout))))