Sat, 18 May 2024 17:33:23 UTC | login

Information for build ocaml-mdx-2.1.0-7.fc37

ID206480
Package Nameocaml-mdx
Version2.1.0
Release7.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-mdx.git#77b6a5c5ef75344479d9076553694a691c843e8d
SummaryExecutable code blocks inside markdown files
Descriptionmdx enables execution of code blocks inside markdown files. There are (currently) two sub-commands, corresponding to two modes of operation: preprocessing (`ocaml-mdx pp`) and tests (`ocaml-mdx test`). The preprocessor mode enables mixing documentation and code, and the practice of "literate programming" using markdown and OCaml. The test mode enables ensuring that shell scripts and OCaml fragments in the documentation always stay up-to-date. The blocks in markdown files can be parameterized by `mdx`-specific labels, that will change the way `mdx` interprets the block. The syntax is: `<!-- $MDX labels -->`, where `labels` is a list of valid labels separated by a comma. This line must immediately precede the block it is attached to.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 14 Nov 2022 10:29:58 UTC
CompletedMon, 14 Nov 2022 10:42:50 UTC
Taskbuild (f37, /rpms/ocaml-mdx.git:77b6a5c5ef75344479d9076553694a691c843e8d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-mdx.git#77b6a5c5ef75344479d9076553694a691c843e8d'}}
Tags
f37
f38
RPMs
src
ocaml-mdx-2.1.0-7.fc37.src.rpm (info) (download)
riscv64
ocaml-mdx-2.1.0-7.fc37.riscv64.rpm (info) (download)
ocaml-mdx-devel-2.1.0-7.fc37.riscv64.rpm (info) (download)
ocaml-mdx-debuginfo-2.1.0-7.fc37.riscv64.rpm (info) (download)
ocaml-mdx-debugsource-2.1.0-7.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Sep 20 2022 Jerry James <loganjerry@gmail.com> - 2.1.0-7 - Add patch to adapt tests to cmdliner 1.1.0 * Tue Aug 02 2022 Jerry James <loganjerry@gmail.com> - 2.1.0-6 - Rebuild for ocaml-odoc-parser 2.0.0 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 08 2022 Jerry James <loganjerry@gmail.com> - 2.1.0-4 - Rebuild for ocaml-version 3.5.0 - Use new OCaml macros * Sun Jun 19 2022 Richard W.M. Jones <rjones@redhat.com> - 2.1.0-3 - OCaml 4.14.0 rebuild * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 2.1.0-2 - OCaml 4.13.1 rebuild to remove package notes * Thu Feb 03 2022 Jerry James <loganjerry@gmail.com> - 2.1.0-1 - Version 2.1.0 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 31 2021 Jerry James <loganjerry@gmail.com> - 2.0.0-1 - Initial RPM