-
Notifications
You must be signed in to change notification settings - Fork 14
/
ocaml-docs-ci.opam
67 lines (67 loc) · 1.67 KB
/
ocaml-docs-ci.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCurrent pipeline for building documentation"
description:
"OCurrent pipeline for building HTML documentation for the ocaml.org website."
maintainer: [
"Navin Keswani <[email protected]>"
"Tim McGilchrist <[email protected]>"
]
authors: ["[email protected]"]
homepage: "https://github.com/ocurrent/ocaml-docs-ci"
bug-reports: "https://github.com/ocurrent/ocaml-docs-ci/issues"
depends: [
"dune" {>= "3.6"}
"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"}
"alcotest" {>= "1.7.0" & with-test}
"alcotest-lwt" {>= "1.7.0" & with-test}
"mirage-crypto-rng" {>= "0.8.7"}
"prometheus-app" {>= "1.2"}
"omigrate" {>= "0.3.2"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocurrent/ocaml-docs-ci.git"
available: [ arch != "x86_32" ]