Sat, 04 May 2024 23:33:00 UTC | login

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

ID91041
Package Nameocaml-cmdliner
Version1.0.4
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-cmdliner.git#8ed45fc6701f5d3af07d0f77814e89367909925c
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, 24 Jul 2019 11:33:48 UTC
CompletedWed, 24 Jul 2019 12:26:59 UTC
Taskbuild (f31-candidate, /rpms/ocaml-cmdliner.git:8ed45fc6701f5d3af07d0f77814e89367909925c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-cmdliner.git#8ed45fc6701f5d3af07d0f77814e89367909925c'}}
Tags
f31
RPMs
src
ocaml-cmdliner-1.0.4-1.fc31.src.rpm (info) (download)
riscv64
ocaml-cmdliner-1.0.4-1.fc31.riscv64.rpm (info) (download)
ocaml-cmdliner-devel-1.0.4-1.fc31.riscv64.rpm (info) (download)
ocaml-cmdliner-debuginfo-1.0.4-1.fc31.riscv64.rpm (info) (download)
ocaml-cmdliner-debugsource-1.0.4-1.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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. * Fri Aug 11 2017 Ben Rosser <rosser.bjr@gmail.com> 1.0.2-2 - Attempt debuginfo generation by setting true : debug in tags file. - Modernize ocaml packaging: use ocaml_native_compiler macro. - Also remove old ocaml dependency generator scripts. * Fri Aug 11 2017 Ben Rosser <rosser.bjr@gmail.com> 1.0.2-1 - Update to latest upstream release. * Tue Aug 01 2017 Ben Rosser <rosser.bjr@gmail.com> 1.0.0-1.20170801git8c4bc23 - Initial package.