Information for build ocaml-ppxlib-jane-0.17.0-3.fc41

ID96120
Package Nameocaml-ppxlib-jane
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.17.0
Release3.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ppxlib-jane.git#a8ade79ea72471b756592bf7eaacad247ee6c123
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 byhezhengyu
State complete
Volume DEFAULT
StartedSat, 09 Nov 2024 08:38:34 CST
CompletedSat, 09 Nov 2024 08:49:36 CST
Taskbuild (f41-build-side-1, /rpms/ocaml-ppxlib-jane.git:a8ade79ea72471b756592bf7eaacad247ee6c123)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ppxlib-jane.git#a8ade79ea72471b756592bf7eaacad247ee6c123'}}
Tags
f41
f41-build-side-1
RPMs
src
ocaml-ppxlib-jane-0.17.0-3.fc41.src.rpm (info) (download)
riscv64
ocaml-ppxlib-jane-0.17.0-3.fc41.riscv64.rpm (info) (download)
ocaml-ppxlib-jane-devel-0.17.0-3.fc41.riscv64.rpm (info) (download)
ocaml-ppxlib-jane-debuginfo-0.17.0-3.fc41.riscv64.rpm (info) (download)
ocaml-ppxlib-jane-debugsource-0.17.0-3.fc41.riscv64.rpm (info) (download)
Logs
riscv64
root.log
state.log
hw_info.log
installed_pkgs.log
build.log
mock_output.log
Changelog * 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