this repo has no description

disable jsoo builds for now

anil.recoil.org af0ee831 5779ecb4

Waiting for spindle ...
+28 -20
+11 -7
lib/js/dune
··· 1 - (include_subdirs no) 1 + ; JMAP Browser Bindings Library 2 + ; 3 + ; Build rules temporarily disabled - code kept in place 2 4 3 - (library 4 - (name jmap_brr) 5 - (public_name jmap.brr) 6 - (optional) 7 - (libraries jmap brr jsont.brr) 8 - (modes byte)) 5 + ; (include_subdirs no) 6 + 7 + ; (library 8 + ; (name jmap_brr) 9 + ; (public_name jmap.brr) 10 + ; (optional) 11 + ; (libraries jmap brr jsont.brr) 12 + ; (modes byte))
+17 -13
web/dune
··· 1 - (executable 2 - (name brr_app) 3 - (libraries jmap_brr brr) 4 - (modes js) 5 - (flags (:standard -w -32-69)) 6 - (js_of_ocaml)) 1 + ; JMAP Browser Demo Application 2 + ; 3 + ; Build rules temporarily disabled - code kept in place 7 4 8 - (rule 9 - (targets brr.js) 10 - (deps brr_app.bc.js) 11 - (action (copy %{deps} %{targets}))) 5 + ; (executable 6 + ; (name brr_app) 7 + ; (libraries jmap_brr brr) 8 + ; (modes js) 9 + ; (flags (:standard -w -32-69)) 10 + ; (js_of_ocaml)) 12 11 13 - (alias 14 - (name web) 15 - (deps brr.js brr.html)) 12 + ; (rule 13 + ; (targets brr.js) 14 + ; (deps brr_app.bc.js) 15 + ; (action (copy %{deps} %{targets}))) 16 + 17 + ; (alias 18 + ; (name web) 19 + ; (deps brr.js brr.html))