module Dbf_types:Types to describe a schema.sig
..end
module M: Dbf_messages
module V1:sig
..end
module Current: V1
val readers : (string * (Pervasives.in_channel -> V1.schema)) list
val current_version : string
val write : string -> Current.schema -> unit
val read : string -> Current.schema