this repo has no description

Avoid the following error: > Error in sanddb.0.2: warning 61: `with-test` variable in `run-test` is > out of scope, it will be ignored

Changed files
+1 -1
packages
sanddb
sanddb.0.2
+1 -1
packages/sanddb/sanddb.0.2/opam
···
["dune" "build" "@doc" "-p" name] {with-doc}
]
run-test: [
-
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "runtest" "-p" name "-j" jobs]
]
depends: [
"dune"