This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 359 B View raw
1; JMAP Browser Demo Application 2; 3; Build rules temporarily disabled - code kept in place 4 5; (executable 6; (name brr_app) 7; (libraries jmap_brr brr) 8; (modes js) 9; (flags (:standard -w -32-69)) 10; (js_of_ocaml)) 11 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))