Last-Modified: Thu, 03 Sep 2026 04:47:53 GMT Expires: Sun, 31 Aug 2036 04:47:53 GMT dune-project - blog_scripts.git - Applications du blog
aboutsummaryrefslogtreecommitdiff
path: root/dune-project
blob: 45acd3f088476c213b9fef148e3832c8bb580de8 (plain)
1
bers'>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(executable
 (name editor)
 (libraries 
   brr
   brr.note
   elements
   prosemirror
   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})))