Sat, 09 Nov 2024 16:00:33 UTC | login

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

ID322351
Package Nameocaml-ppxlib-jane
Version0.17.0
Release2.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ppxlib-jane.git#3c05e629dc38857daac34f51e8041d9c80b2dbcd
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
StartedWed, 24 Jul 2024 17:17:22 UTC
CompletedWed, 24 Jul 2024 17:45:53 UTC
Taskbuild (f41, /rpms/ocaml-ppxlib-jane.git:3c05e629dc38857daac34f51e8041d9c80b2dbcd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ppxlib-jane.git#3c05e629dc38857daac34f51e8041d9c80b2dbcd'}}
Tags
f41
RPMs
src
ocaml-ppxlib-jane-0.17.0-2.fc41.src.rpm (info) (download)
riscv64
ocaml-ppxlib-jane-0.17.0-2.fc41.riscv64.rpm (info) (download)
ocaml-ppxlib-jane-devel-0.17.0-2.fc41.riscv64.rpm (info) (download)
ocaml-ppxlib-jane-debuginfo-0.17.0-2.fc41.riscv64.rpm (info) (download)
ocaml-ppxlib-jane-debugsource-0.17.0-2.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * 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