-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdune-project
69 lines (63 loc) · 1.63 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
(lang dune 3.6)
(using mdx 0.3)
(name ocaml-docs-ci)
(generate_opam_files true)
(source
(github ocurrent/ocaml-docs-ci))
(authors "[email protected]")
(maintainers "Navin Keswani <[email protected]>" "Tim McGilchrist <[email protected]>")
(package
(name ocaml-docs-ci)
(synopsis "OCurrent pipeline for building documentation")
(description "OCurrent pipeline for building HTML documentation for the ocaml.org website.")
(depends
(ocaml (>= 4.14.1))
(opam-format (>= 2.1.4))
(current (>= 0.6.6))
current_web
current_git
current_github
current_ocluster
current_docker
current_rpc
(cstruct (>= 6.1.0))
(opam-0install (>= 0.4.3))
(capnp-rpc-unix (>= 1.2))
(capnp-rpc-lwt (>= 1.2.3))
(lwt (>= 5.6.1))
(fmt (>= 0.8.9))
(cmdliner (>= 1.1.0))
(dockerfile (>= 8.2.1))
(astring (>= 0.8.5))
(digestif (>= 1.1.4))
(logs (>= 0.7.0))
(opam-file-format (>= 2.1.6))
(ppx_deriving (>= 5.2.1))
(ppx_deriving_yojson (>= 3.7.0))
(git-unix (>= 3.13.0))
conf-libev
dune-build-info
(ocaml-version (>= 3.6.9))
(obuilder-spec (>= 0.5.1))
(ocolor (>= 1.3.0))
(memtrace (>= 0.1.1)) ; required for memory profiling
(alcotest (and (>= 1.7.0) :with-test))
(alcotest-lwt (and (>= 1.7.0) :with-test))
(mirage-crypto-rng (>= 0.8.7))
(prometheus-app (>= 1.2))
(omigrate (>= 0.3.2))))
(package
(name ocaml-docs-ci-client)
(synopsis "Command-line client for ocaml-docs-ci")
(depends
(ocaml (>= 4.14.1))
(logs (>= 0.7.0))
(fmt (>= 0.8.9))
(current_rpc (>= 0.6.6))
(capnp-rpc-unix (>= 1.2))
dockerfile
(mdx :with-test)
ocaml-docs-ci
(progress (>= 0.2.2))
mtime
(timedesc (>= 0.9.0))))