From 77544bdfad2af41514ec1435f706fee87ea2969e Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 15:38:37 +0100 Subject: Added viz.js code --- viz.js/promise/dune | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 viz.js/promise/dune (limited to 'viz.js/promise/dune') 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)) + ) -- cgit v1.2.3