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 be2dd2e commit 571f600Copy full SHA for 571f600
lib/top/dune
@@ -1,5 +1,6 @@
1
(library
2
(name mdx_top)
3
(public_name mdx.top)
4
+ (modes byte)
5
(preprocess (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file})))
6
(libraries unix mdx compiler-libs compiler-libs.toplevel threads findlib.top))
0 commit comments