OpamFilename.UnixUnix type filenames. '/' is always the separator regardless of the current system
type filename = tof_string will translate filesystem dir sep to slashes '/'.
include OpamStd.ABSTRACTval of_string : string -> tval to_string : t -> stringval to_json : t OpamJson.encoderval of_json : t OpamJson.decodermodule Set : OpamStd.SET with type elt = tmodule Map : OpamStd.MAP with type key = tmodule Dir : sig ... endmodule Base : sig ... endmodule Op : sig ... endConvert filename to a raw filename. Translates filesystem dir sep to slashes '/'.