tangled
alpha
login
or
join now
jon.recoil.org
/
odoc
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
Fix opam files following opam-repo ci checks
jon.recoil.org
1 year ago
3668d3ef
58dab11e
+8
-5
4 changed files
expand all
collapse all
unified
split
odoc-driver.opam
odoc-md.opam
odoc.opam
sherlodoc.opam
+1
odoc-driver.opam
···
36
36
depends: [
37
37
"ocaml" {>= "5.1.0"}
38
38
"odoc" {= version}
39
39
+
"dune" {>= "3.7.0}
39
40
"odoc-md"
40
41
"bos"
41
42
"fpath"
+1
-1
odoc-md.opam
···
29
29
depends: [
30
30
"ocaml" {>= "4.14.0"}
31
31
"odoc" {= version}
32
32
+
"dune" {>= "3.7.0"}
32
33
"cmarkit"
33
34
]
34
35
···
42
43
"-j"
43
44
jobs
44
45
"@install"
45
45
-
"@runtest" {with-test}
46
46
"@doc" {with-doc}
47
47
]
48
48
]
+3
-1
odoc.opam
···
58
58
59
59
"ppx_expect" {with-test}
60
60
"bos" {with-test}
61
61
-
"crunch" {> "1.1.0"}
61
61
+
"crunch" {> "2.0.0"}
62
62
63
63
("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"})
64
64
]
65
65
+
66
66
+
conflicts: [ "ocaml-option-bytecode-only" ]
65
67
66
68
x-extra-doc-deps: [
67
69
"odoc-driver" {= version}
+3
-3
sherlodoc.opam
···
9
9
bug-reports: "https://github.com/ocaml/odoc/issues"
10
10
flags: [ avoid-version ]
11
11
depends: [
12
12
-
"dune" {>= "3.5"}
12
12
+
"dune" {>= "3.7"}
13
13
"ocaml" {>= "4.0.8"}
14
14
"odoc" {= version}
15
15
"base64" {>= "3.5.1"}
···
21
21
"fpath" {>= "0.7.3"}
22
22
"lwt" {>= "5.7.0"}
23
23
"menhir" {>= "20230608"}
24
24
-
"ppx_blob" {>= "0.7.2"}
24
24
+
"ppx_blob" {>= "0.9.0"}
25
25
"tyxml" {>= "4.6.0"}
26
26
"result" {>= "1.5"}
27
27
"odig" {with-test}
···
41
41
"-j"
42
42
jobs
43
43
"@install"
44
44
-
"@runtest" {with-test}
44
44
+
"@sherlodoc/runtest" {with-test}
45
45
"@doc" {with-doc}
46
46
]
47
47
]