Thu, 18 Apr 2024 15:55:17 UTC | login

Information for build ocaml-parsexp-0.14.0-5.fc33.1.rvre2

ID195397
Package Nameocaml-parsexp
Version0.14.0
Release5.fc33.1.rvre2
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/ocaml-parsexp.git#933e1c0895adcf415bc52908d83e0d1843ec2cc7
SummaryS-expression parsing library
DescriptionThis library provides generic parsers for parsing S-expressions from strings or other media. The library is focused on performance but still provides full generic parsers that can be used effortlessly with strings, bigstrings, lexing buffers, character streams or any other source. It provides three different classes of parsers: - the normal parsers, producing [Sexp.t] or [Sexp.t list] values; - the parsers with positions, building compact position sequences so that one can recover original positions in order to properly report error locations at little cost; and - the Concrete Syntax Tree parsers, producing values of type [Parsexp.Cst.t] which record the concrete layout of the s-expression syntax, including comments. This library is portable and doesn't provide I/O functions. To read s-expressions from files or other external sources, you should use parsexp_io.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 25 Apr 2021 15:08:56 UTC
CompletedSun, 25 Apr 2021 15:23:25 UTC
Taskbuild (f33, /rpms/ocaml-parsexp.git:933e1c0895adcf415bc52908d83e0d1843ec2cc7)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/ocaml-parsexp.git#933e1c0895adcf415bc52908d83e0d1843ec2cc7'}}
Tags
f33
RPMs
src
ocaml-parsexp-0.14.0-5.fc33.1.rvre2.src.rpm (info) (download)
riscv64
ocaml-parsexp-0.14.0-5.fc33.1.rvre2.riscv64.rpm (info) (download)
ocaml-parsexp-devel-0.14.0-5.fc33.1.rvre2.riscv64.rpm (info) (download)
ocaml-parsexp-debuginfo-0.14.0-5.fc33.1.rvre2.riscv64.rpm (info) (download)
ocaml-parsexp-debugsource-0.14.0-5.fc33.1.rvre2.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun Apr 25 2021 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.14.0-5.1.rvre2 - Rebuilt for Fedora RISCV, no changes * Sun Apr 25 2021 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.14.0-5.1.rvre1 - Rebuilt for Fedora RISCV, no changes * Sun Apr 25 2021 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.14.0-5.1.rvre0 - Rebuilt for Fedora RISCV, no changes * Wed Sep 02 2020 Richard W.M. Jones <rjones@redhat.com> - 0.14.0-5.1 - Bump release and rebuild. * Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 0.14.0-5 - OCaml 4.11.1 rebuild * Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.14.0-4 - OCaml 4.11.0 rebuild * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 17 2020 Jerry James <loganjerry@gmail.com> - 0.14.0-1 - Version 0.14 * Mon May 04 2020 Richard W.M. Jones <rjones@redhat.com> - 0.13.0-8 - OCaml 4.11.0+dev2-2020-04-22 rebuild * Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.13.0-7 - OCaml 4.11.0 pre-release attempt 2 * Fri Apr 03 2020 Richard W.M. Jones <rjones@redhat.com> - 0.13.0-6 - Update all OCaml dependencies for RPM 4.16. * Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 0.13.0-5 - OCaml 4.10.0 final. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 0.13.0-3 - OCaml 4.10.0+beta1 rebuild. * Thu Jan 16 2020 Jerry James <loganjerry@gmail.com> - 0.13.0-2 - Change -devel subpackage Requires to ocaml-base-devel - Build in parallel * Fri Jan 10 2020 Jerry James <loganjerry@gmail.com> - 0.13.0-1 - Initial RPM