Printing an opam file using opam-file-format's builtin printer leads to undeterministic output where if the size of the value of some fields grow beyond 80 characters, they're become indented on the next line.
I think that when --normalise is used, opam shouldn't have this behaviour and instead simply show the whole value on the same line.
Printing an opam file using
opam-file-format's builtin printer leads to undeterministic output where if the size of the value of some fields grow beyond 80 characters, they're become indented on the next line.I think that when
--normaliseis used, opam shouldn't have this behaviour and instead simply show the whole value on the same line.