(* vi: set ft=ocaml: *)
open Oar

let topcore =
let entry_dir = ~/"."
and title = "Topcore"
and prefix = "~kinten/u/topcore"
and doc = "A library for interpreter combinators and data structures and algorithms."
and ignore = []
in Firebase.fsbrowse ~entry_dir ~doc ~title ~prefix ~ignore
@@ Firebase.libname "topcore"