Parse unified and git diff output and apply patches in memory
Description
The patch module lets you apply your unified diffs in pure OCaml.
The loosely specified `diff` file format is widely used for transmitting
differences of line-based information. The motivating example is opam, which
is able to validate updates being cryptographically signed by providing a
unified diff. In addition, some support for the git diff format is available.
* Tue Nov 11 2025 Jerry James <loganjerry@gmail.com> - 3.1.0-1
- Version 3.1.0
- New opatch subpackage to hold the command line tool
* Tue Oct 14 2025 Richard W.M. Jones <rjones@redhat.com> - 3.0.0-3
- OCaml 5.4.0 rebuild
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jul 22 2025 Jerry James <loganjerry@gmail.com> - 3.0.0-1
- Initial RPM