Thu, 14 Nov 2024 22:18:22 UTC | login

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

ID336035
Package Nameocaml-ppxlib-jane
Version0.17.0
Release3.fc41
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedSun, 11 Aug 2024 16:09:53 UTC
CompletedSun, 11 Aug 2024 23:17:05 UTC
Taskbuild (f41, /rpms/ocaml-ppxlib-jane.git:a8ade79ea72471b756592bf7eaacad247ee6c123)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ppxlib-jane.git#a8ade79ea72471b756592bf7eaacad247ee6c123'}}
Tags
f41
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
state.log
hw_info.log
build.log
root.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