libyaml
libyaml copied to clipboard
Avoid anonymous structs and unions
Rationale: ocaml-yaml bindings need to probe their size at compile time. For this reason, it vendors libyaml with a modified include file, which is not reasonable.
See: https://github.com/avsm/ocaml-yaml/blob/master/vendor/README.md
It would be useful for Fedora to have this upstream.
What prevents this from being merged (and released)?