Thu, 23 May 2024 19:48:12 UTC | login

Information for build ocaml-pp-1.1.2-3.fc37

ID201293
Package Nameocaml-pp
Version1.1.2
Release3.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-pp.git#42f3b29a5008b0ed45389f670d06d998f8d59e5c
SummaryPretty printing library for OCaml
DescriptionThis library provides a lean alternative to the Format [1] module of the OCaml standard library. It aims to make it easy for users to do the right thing. If you have tried Format before but find its API complicated and difficult to use, then Pp might be a good choice for you. Pp uses the same concepts of boxes and break hints, and the final rendering is done to formatter from the Format module. However it defines its own algebra which some might find easier to work with and reason about. No previous knowledge is required to start using this library, however the various guides for the Format module such as this one [2] should be applicable to Pp as well. [1]: https://caml.inria.fr/pub/docs/manual-ocaml/libref/Format.html [2]: https://caml.inria.fr/resources/doc/guides/format.en.html
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 09 Oct 2022 05:32:55 UTC
CompletedSun, 09 Oct 2022 05:39:59 UTC
Taskbuild (f37, /rpms/ocaml-pp.git:42f3b29a5008b0ed45389f670d06d998f8d59e5c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-pp.git#42f3b29a5008b0ed45389f670d06d998f8d59e5c'}}
Tags
f37
f38
RPMs
src
ocaml-pp-1.1.2-3.fc37.src.rpm (info) (download)
riscv64
ocaml-pp-1.1.2-3.fc37.riscv64.rpm (info) (download)
ocaml-pp-devel-1.1.2-3.fc37.riscv64.rpm (info) (download)
ocaml-pp-debuginfo-1.1.2-3.fc37.riscv64.rpm (info) (download)
ocaml-pp-debugsource-1.1.2-3.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 1.1.2-2 - Drop explicit python3 dependency * Thu Jun 30 2022 Jerry James <loganjerry@gmail.com> - 1.1.2-2 - Drop support for building without dune - Temporarily add python3 dependency until dune 3.x is bootstrapped * Tue Jun 28 2022 Jerry James <loganjerry@gmail.com> - 1.1.2-1 - Initial RPM