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 b323760 commit b51bb85Copy full SHA for b51bb85
DockerOcamlbuild
@@ -6,7 +6,7 @@ RUN set -ex; \
6
'ounit2=2.2.7' \
7
'ocamlbuild=0.14.2' \
8
'batteries=3.6.0' \
9
-# 'core=v0.15.1' \
+ 'base=v0.15.1' \
10
# ''
11
;
12
workspace/_tags
@@ -1,3 +1,2 @@
1
<cwtest.ml> or <cwtest.native> or <tests.ml>: package(ounit2)
2
-not <cwtest.ml>: package(batteries)
3
-# not <test.ml>: package(batteries), package(core)
+not <cwtest.ml>: package(batteries), package(base)
0 commit comments