OpamFilename.AttributeSimple structure to handle file attributes
include OpamStd.ABSTRACTval of_string : string -> tval to_string : t -> stringval to_json : t -> OpamJson.tval of_json : OpamJson.t -> t optionmodule Set : OpamStd.SET with type elt = tmodule Map : OpamStd.MAP with type key = tval to_string_list : t -> string listval of_string_list : string list -> tval md5 : t -> OpamHash.tMD5 digest of the remote file
val perm : t -> int optionFile permission
val create : Base.t -> OpamHash.t -> int option -> tConstructor