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/process/dune | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 viz.js/process/dune (limited to 'viz.js/process/dune') diff --git a/viz.js/process/dune b/viz.js/process/dune new file mode 100755 index 0000000..fba62e8 --- /dev/null +++ b/viz.js/process/dune @@ -0,0 +1,10 @@ +(ocamllex tab_Lexer) + +(library + (name process) + (libraries + js_of_ocaml + promise + ) + (preprocess (pps js_of_ocaml-ppx)) + ) -- cgit v1.2.3