(* vi: set ft=ocaml: *)
open Oar
let __oar__preview =
let entry_dir = ~/"."
and title = "oar"
and prefix = "~kinten/u/oar"
and doc = "An eDSL for describing static websites construction."
and ignore = []
in Firebase.fsbrowse ~entry_dir ~doc ~title ~prefix ~ignore
@@ Firebase.libname "oar-preview"