File: dune

package info (click to toggle)
ocaml-odoc 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,104 kB
  • sloc: ml: 59,291; javascript: 2,572; sh: 566; makefile: 31
file content (70 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download
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
(executable
 (name compile)
 (modules compile)
 (libraries fpath))

(env
 (_
  (binaries
   (../odoc_print/odoc_print.exe as odoc_print)
   (./compile.exe as compile))))

(cram
 (package odoc)
 (deps %{bin:odoc} %{bin:odoc_print} %{bin:compile}))

(cram
 (applies_to module_type_of_size hidden_modules)
 (enabled_if
  (>= %{ocaml_version} 4.04.0)))

; 4.06.0 and above

(cram
 (applies_to deep_substitution)
 (enabled_if
  (>= %{ocaml_version} 4.06.0)))

; 4.07.0 and above

(cram
 (applies_to github_issue_944)
 (enabled_if
  (>= %{ocaml_version} 4.07.0)))

; 4.08.0 and above

(cram
 (applies_to
  github_issue_587
  shadow
  shadow2
  shadow4
  shadow5
  js_stack_overflow
  expansion
  github_issue_1066
  include_module_type_of_preamble)
 (enabled_if
  (>= %{ocaml_version} 4.08.0)))

; 4.13.0 and above

(cram
 (applies_to github_issue_793)
 (enabled_if
  (>= %{ocaml_version} 4.13.0)))

; 4.14.0 and above

(cram
 (applies_to lookup_def shadow3 to_remove_test)
 (enabled_if
  (>= %{ocaml_version} 4.14.0)))

; Disable the big_search_path test, as it had too many false positive in CI.
; Kept for reference until the test is integrated in a benchmark. (TODO)

(cram
 (applies_to big_search_path)
 (enabled_if false))