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 5ff9fa8 commit 7b65ec6Copy full SHA for 7b65ec6
dowsing-lib.opam
@@ -23,6 +23,9 @@ depends: [
23
"trace-tef"
24
"alcotest" {with-test}
25
"benchmark" {with-test}
26
+ "bechamel" {with-test}
27
+ "bechamel-notty" {with-test}
28
+ "bechamel-js" {with-test}
29
"odoc" {with-doc}
30
]
31
build: [
dune-project
@@ -23,6 +23,9 @@
trace-tef
(alcotest :with-test)
(benchmark :with-test)
+ (bechamel :with-test)
+ (bechamel-notty :with-test)
+ (bechamel-js :with-test)
))
(package
0 commit comments