Sat, 30 Mar 2024 08:15:11 UTC | login

Information for build ocaml-cmdliner-1.0.2-10.fc29

ID52192
Package Nameocaml-cmdliner
Version1.0.2
Release10.fc29
Epoch
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
StartedThu, 23 Aug 2018 11:31:59 UTC
CompletedThu, 23 Aug 2018 11:52:58 UTC
Taskbuild (f29-candidate, ocaml-cmdliner-1.0.2-10.fc29.src.rpm)
Tags
f29
f30
RPMs
src
ocaml-cmdliner-1.0.2-10.fc29.src.rpm (info) (download)
riscv64
ocaml-cmdliner-1.0.2-10.fc29.riscv64.rpm (info) (download)
ocaml-cmdliner-devel-1.0.2-10.fc29.riscv64.rpm (info) (download)
ocaml-cmdliner-debuginfo-1.0.2-10.fc29.riscv64.rpm (info) (download)
ocaml-cmdliner-debugsource-1.0.2-10.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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.