Conex_opam_encodingSourceOpam file encoding
Persistent files of the opam repository should be kept in the same file format as opam files. This module uses the opam-file-format package to decode and encode the Wire.t representation into opam files.
decode str is either Ok t or Error str, the input is a string in opam format.
encode t encodes t into a string in opam format.