Module Cam_plug.Cam_files.O.Raw


module Raw: sig .. end

type cp = Config_file.Raw.cp = 
| String of string
| Int of int
| Float of float
| List of cp list
| Tuple of cp list
| Section of (string * cp) list
val of_string : string -> cp
val to_channel : Pervasives.out_channel -> cp -> unit