Mon, 13 Jan 2025 01:31:49 UTC | login

Information for build ocaml-ppxlib-jane-0.17.2-1.fc42

ID345081
Package Nameocaml-ppxlib-jane
Version0.17.2
Release1.fc42
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ppxlib-jane.git#edb97bc585127a01111e01887b5978042352daa4
SummaryUtilities for working with Jane Street AST constructs
DescriptionA library for use in ppxes for constructing and matching on ASTs corresponding to the augmented parsetree that is recognized by the Jane Street OCaml compiler (flambda). ASTs constructed using this library are compatible with the standard OCaml compiler. Any syntax change known to this library is encoded as attributes, and the standard OCaml compiler's interpretation of the ASTs constructed by these library (which amounts to ignoring the attributes) is reasonable. That is, we only expose "unsurprising" things in this library. For example, if you construct an *n*-ary function using this library, the standard OCaml compiler will interpret it as *n* nested unary functions in the normal way. Likewise, ppxes that use this library to match on Jane Street ASTs can also be used with the standard OCaml compiler. (The Jane Street AST cases of the match will just never be triggered when using the standard OCaml compiler.)
git:https://github.com/janestreet/ppxlib_jane.git
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 12 Jan 2025 12:12:04 UTC
CompletedSun, 12 Jan 2025 12:17:27 UTC
Taskbuild (f42, /rpms/ocaml-ppxlib-jane.git:edb97bc585127a01111e01887b5978042352daa4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ppxlib-jane.git#edb97bc585127a01111e01887b5978042352daa4'}}
Tags
f42
RPMs
src
ocaml-ppxlib-jane-0.17.2-1.fc42.src.rpm (info) (download)
riscv64
ocaml-ppxlib-jane-0.17.2-1.fc42.riscv64.rpm (info) (download)
ocaml-ppxlib-jane-devel-0.17.2-1.fc42.riscv64.rpm (info) (download)
ocaml-ppxlib-jane-debuginfo-0.17.2-1.fc42.riscv64.rpm (info) (download)
ocaml-ppxlib-jane-debugsource-0.17.2-1.fc42.riscv64.rpm (info) (download)
Logs
riscv64
state.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Jan 10 2025 Jerry James <loganjerry@gmail.com> 0.17.2-1 - OCaml 5.3.0 rebuild for Fedora 42 * Mon Aug 05 2024 Jerry James <loganjerry@gmail.com> 0.17.0-3 - Rebuild for ocaml-ppxlib 0.33.0 * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 03 2024 Jerry James <loganjerry@gmail.com> 0.17.0-1 - Initial RPM