Tue, 07 May 2024 11:10:34 UTC | login

Information for build ocaml-parsexp-0.13.0-6.fc33

ID155963
Package Nameocaml-parsexp
Version0.13.0
Release6.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-parsexp.git#245f62c8cbfc5a5ceb7d6ef216a12ad1de686426
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 failed
Volume DEFAULT
StartedThu, 16 Apr 2020 16:25:09 UTC
CompletedThu, 16 Apr 2020 16:42:47 UTC
Taskbuild (f33, /rpms/ocaml-parsexp.git:245f62c8cbfc5a5ceb7d6ef216a12ad1de686426)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-parsexp.git#245f62c8cbfc5a5ceb7d6ef216a12ad1de686426'}}
Tags No tags
RPMs No RPMs
Changelog * 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