Module Digodoc_lib.Main

val cache_file : string
type action =
| Scan
| Search of string
| OpenDoc
| GenerateHtml
| GenerateIndex
| AddTrailer
| HtmlizeSources of string
| Test
val main : unit -> unit