diff options
Diffstat (limited to 'viz.js/promise/dune')
-rwxr-xr-x | viz.js/promise/dune | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/viz.js/promise/dune b/viz.js/promise/dune new file mode 100755 index 0000000..e1ae25f --- /dev/null +++ b/viz.js/promise/dune @@ -0,0 +1,7 @@ +(library + (name promise) + (libraries + js_of_ocaml + ) + (preprocess (pps js_of_ocaml-ppx)) + ) |