Sun, 05 May 2024 07:52:15 UTC | login

Information for build ocaml-cmdliner-1.0.4-3.fc31

ID123235
Package Nameocaml-cmdliner
Version1.0.4
Release3.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-cmdliner.git#9ce606866f0bfd4603545a6061549bc22ca6b91a
SummaryDeclarative definition of command line interfaces for OCaml
DescriptionCmdliner allows the declarative definition of command line interfaces for OCaml. It provides a simple and compositional mechanism to convert command line arguments to OCaml values and pass them to your functions. The module automatically handles syntax errors, help messages and UNIX man page generation. It supports programs with single or multiple commands and respects most of the POSIX and GNU conventions. Cmdliner has no dependencies and is distributed under the ISC license.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 14 Aug 2019 08:58:32 UTC
CompletedWed, 14 Aug 2019 09:48:36 UTC
Taskbuild (f31-candidate, /rpms/ocaml-cmdliner.git:9ce606866f0bfd4603545a6061549bc22ca6b91a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-cmdliner.git#9ce606866f0bfd4603545a6061549bc22ca6b91a'}}
Tags
f31
f32
f33
RPMs
src
ocaml-cmdliner-1.0.4-3.fc31.src.rpm (info) (download)
riscv64
ocaml-cmdliner-1.0.4-3.fc31.riscv64.rpm (info) (download)
ocaml-cmdliner-devel-1.0.4-3.fc31.riscv64.rpm (info) (download)
ocaml-cmdliner-debuginfo-1.0.4-3.fc31.riscv64.rpm (info) (download)
ocaml-cmdliner-debugsource-1.0.4-3.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.4-3 - OCaml 4.08.1 (rc2) rebuild. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jul 18 2019 Ben Rosser <rosser.bjr@gmail.com> - 1.0.4-1 - Update to latest upstream release, 1.0.4. (rhbz#1720606). * Thu Jun 27 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-13 - OCaml 4.08.0 (final) rebuild. * Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-12 - OCaml 4.08.0 (beta 3) rebuild. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-9 - OCaml 4.07.0 (final) rebuild. * Wed Jun 20 2018 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-8 - OCaml 4.07.0-rc1 rebuild. * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Dec 02 2017 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-6 - OCaml 4.06.0 rebuild. * Sat Nov 25 2017 Ben Rosser <rosser.bjr@gmail.com> 1.0.2-5 - Added archful dependency (isa) on main package to devel package. - Added documentation line to devel package. * Sat Sep 02 2017 Ben Rosser <rosser.bjr@gmail.com> 1.0.2-4 - Add result dependency, now that ocaml-result is packaged. * Tue Aug 15 2017 Ben Rosser <rosser.bjr@gmail.com> 1.0.2-3 - Fix debuginfo generation by not blindly chmod -x all the files. - Pass -g to the link step of ocamlbuild as well as the compilation step. - Use ocaml_natdynlink macro to determine when to compile the *.cmxs files. - Modify the makefile to use install -p instead of just install. - Switch License tag to the more correct ISC license. - Added parallel build macro to make invocation. - Made libname macro a global rather than a define.