From 1961a9779b482cf9cbdb3365137c2e74423067c6 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@dailly.me>
Date: Mon, 7 Feb 2022 16:00:56 +0100
Subject: Text editor using quill

---
 editor/dune | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100755 editor/dune

(limited to 'editor/dune')

diff --git a/editor/dune b/editor/dune
new file mode 100755
index 0000000..c87962c
--- /dev/null
+++ b/editor/dune
@@ -0,0 +1,17 @@
+(executable
+ (name editor)
+ (libraries 
+   brr
+   brr.note
+   elements
+   blog
+   )
+ (modes js)
+ (preprocess (pps js_of_ocaml-ppx))
+ (link_flags (:standard -no-check-prims))
+ )
+
+(rule
+  (targets editor.js)
+  (deps editor.bc.js)
+  (action (copy %{deps} %{targets})))
-- 
cgit v1.2.3