Front-end to ocamlfind that adds a few new commands
Description
The command not-ocamlfind is a pass-thru to ocamlfind, but adds three
new commands: preprocess, reinstall-if-diff and package-graph.
- reinstall-if-diff does what it says on the label: only reinstalls
(remove then install) if the file-content of the package has changed.
- preprocess produces the source and does not attempt to compile it; as
an added benefit, it prints (to stderr) the commands it executed to
produce that source. So you can use this for debugging multi-stage
PPX rewriter sequences.
- package-graph outputs a graph in the format accepted by the dot
command of graphviz. By default you get the package-dependency graph,
with sizes of the archives for each packages as part of the
node-label. If you add -dominator-from <node>, it will compute the
dominator-tree from that node, and if you add -xdot, it will
automatically invoke xdot on the graph.
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jul 17 2024 Jerry James <loganjerry@gmail.com> - 0.13-3
- Add VCS field
* Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 0.13-2
- OCaml 5.2.0 ppc64le fix
* Fri Jun 07 2024 Jerry James <loganjerry@gmail.com> - 0.13-1
- Version 0.13
* Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 0.12-7
- OCaml 5.2.0 for Fedora 41
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 0.12-4
- OCaml 5.1.1 + s390x code gen fix for Fedora 40
* Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 0.12-3
- OCaml 5.1.1 rebuild for Fedora 40
* Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 0.12-2
- OCaml 5.1 rebuild for Fedora 40
* Thu Oct 05 2023 Jerry James <loganjerry@gmail.com> - 0.12-1
- Version 0.12
* Sun Sep 10 2023 Jerry James <loganjerry@gmail.com> - 0.11-2
- Rebuild for ocaml-ocamlgraph 2.1.0
* Fri Sep 01 2023 Jerry James <loganjerry@gmail.com> - 0.11-1
- Version 0.11
* Tue Aug 15 2023 Jerry James <loganjerry@gmail.com> - 0.10-2
- Do not build for i386
* Tue Aug 15 2023 Jerry James <loganjerry@gmail.com> - 0.10-1
- Initial RPM