Mon, 29 Apr 2024 15:41:55 UTC | login

Information for build ocaml-camlp-streams-5.0.1-2.fc37

ID201296
Package Nameocaml-camlp-streams
Version5.0.1
Release2.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-camlp-streams.git#2f1a71a32b4a96262b91249cfe33ddb909cc9094
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
StartedSun, 09 Oct 2022 08:15:37 UTC
CompletedSun, 09 Oct 2022 10:34:51 UTC
Taskbuild (f37, /rpms/ocaml-camlp-streams.git:2f1a71a32b4a96262b91249cfe33ddb909cc9094)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-camlp-streams.git#2f1a71a32b4a96262b91249cfe33ddb909cc9094'}}
Tags
f37
f38
RPMs
src
ocaml-camlp-streams-5.0.1-2.fc37.src.rpm (info) (download)
riscv64
ocaml-camlp-streams-5.0.1-2.fc37.riscv64.rpm (info) (download)
ocaml-camlp-streams-devel-5.0.1-2.fc37.riscv64.rpm (info) (download)
ocaml-camlp-streams-debuginfo-5.0.1-2.fc37.riscv64.rpm (info) (download)
ocaml-camlp-streams-debugsource-5.0.1-2.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> - 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)