From 2fc4e793b12341df6264e22c0b8bd0f6dd2bd27d Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 29 Apr 2021 15:20:11 +0200 Subject: Added pop-up and events in editor --- editor/forms/dune | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 editor/forms/dune (limited to 'editor/forms/dune') diff --git a/editor/forms/dune b/editor/forms/dune new file mode 100755 index 0000000..9876654 --- /dev/null +++ b/editor/forms/dune @@ -0,0 +1,12 @@ +(library + (name forms) + (libraries + brr + brr.note + elements + js_lib + blog + application + ) + (preprocess (pps js_of_ocaml-ppx)) + ) -- cgit v1.2.3