We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c6bab commit 373e9c9Copy full SHA for 373e9c9
tools/ci_setup-oxcaml.ml
@@ -19,6 +19,8 @@ let roots =
19
; "await"
20
]
21
22
+let additional_others = StringSet.of_list [ "spawn" ]
23
+
24
let omitted_others = StringSet.of_list [ "odoc" ]
25
26
let omitted_js = StringSet.of_list [ "basement"; "sexplib0"; "ppxlib_jane"; "spawn" ]
0 commit comments