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 f783f81 commit de96235Copy full SHA for de96235
test/blackbox-tests/test-cases/pkg/oxcaml/run.t
@@ -0,0 +1,13 @@
1
+ $ dune init proj oxcaml-test .
2
+ $ sed -i -e 's/depends ocaml/depends (ocaml-variants (= 5.2.0+ox))/' dune-project
3
+ $ cat > dune-workspace <<EOF
4
+ > (lang dune 3.21)
5
+ >
6
+ > (pkg enabled)
7
8
+ > (repository
9
+ > (name oxcaml)
10
+ > (url git+https://github.com/oxcaml/opam-repository))
11
12
+ > (lock_dir (repositories overlay oxcaml upstream))
13
+ $ dune build
0 commit comments