Mon, 29 Apr 2024 10:01:55 UTC | login

Information for build ocaml-camlp-streams-5.0.1-10.fc40

ID278821
Package Nameocaml-camlp-streams
Version5.0.1
Release10.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-camlp-streams.git#24de854b3833d0e46aab7a394446d24f0ff7ea91
SummaryStream and Genlex libraries for OCaml
DescriptionThe camlp-streams package provides two library modules: - Stream: imperative streams, with in-place update and memoization of the latest element produced. - Genlex: a small parameterized lexical analyzer producing streams of tokens from streams of characters. The two modules are designed for use with Camlp4 and Camlp5: - The stream patterns and stream expressions of Camlp4/Camlp5 consume and produce data of type `'a Stream.t`. - The Genlex tokenizer can be used as a simple lexical analyzer for Camlp4/Camlp5-generated parsers. The Stream module can also be used by hand-written recursive-descent parsers, but is not very convenient for this purpose. The Stream and Genlex modules have been part of the OCaml standard library for a long time, and have been distributed as part of the core OCaml system. They will be removed from the OCaml standard library at some future point, but will be maintained and distributed separately in this camlp-streams package.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 29 Dec 2023 08:59:14 UTC
CompletedFri, 29 Dec 2023 09:09:11 UTC
Taskbuild (f40, /rpms/ocaml-camlp-streams.git:24de854b3833d0e46aab7a394446d24f0ff7ea91)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-camlp-streams.git#24de854b3833d0e46aab7a394446d24f0ff7ea91'}}
Tags
f40
RPMs
src
ocaml-camlp-streams-5.0.1-10.fc40.src.rpm (info) (download)
riscv64
ocaml-camlp-streams-5.0.1-10.fc40.riscv64.rpm (info) (download)
ocaml-camlp-streams-devel-5.0.1-10.fc40.riscv64.rpm (info) (download)
ocaml-camlp-streams-debuginfo-5.0.1-10.fc40.riscv64.rpm (info) (download)
ocaml-camlp-streams-debugsource-5.0.1-10.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 5.0.1-10 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 5.0.1-9 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 5.0.1-8 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 5.0.1-6 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 5.0.1-5 - OCaml 5.0.0 rebuild * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 5.0.1-4 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 12 2022 Jerry James <loganjerry@gmail.com> - 5.0.1-2 - Convert License tag to SPDX * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 05 2022 Jerry James <loganjerry@gmail.com> - 5.0.1-1 - Initial RPM (rhbz#2104283)