Sun, 19 May 2024 03:53:28 UTC | login

Information for build docopt-cpp-0.6.3-9.fc37

ID219582
Package Namedocopt-cpp
Version0.6.3
Release9.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/docopt-cpp.git#b5aeaa74db0fcfb02cd88b6985e0a1b1c585ada8
SummaryC++11 Port of docopt
Descriptiondocopt creates beautiful command-line interfaces Isn't it awesome how getopt (and boost::program_options for you fancy folk!) generate help messages based on your code?! These timeless functions have been around for decades and have proven we don't need anything better, right? Hell no! You know what's awesome? It's when the option parser is generated based on the beautiful help message that you write yourself! This way you don't need to write this stupid repeatable parser-code, and instead can write only the help message-the way you want it. This is a port of the docopt.py module (https://github.com/docopt/docopt), and we have tried to maintain full feature parity (and code structure) as the original. This port is written in C++11 and also requires a good C++11 standard library (in particular, one with regex support).
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 11 Nov 2022 16:19:12 UTC
CompletedFri, 11 Nov 2022 17:50:14 UTC
Taskbuild (f37, /rpms/docopt-cpp.git:b5aeaa74db0fcfb02cd88b6985e0a1b1c585ada8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/docopt-cpp.git#b5aeaa74db0fcfb02cd88b6985e0a1b1c585ada8'}}
Tags
f37
f38
RPMs
src
docopt-cpp-0.6.3-9.fc37.src.rpm (info) (download)
riscv64
docopt-cpp-0.6.3-9.fc37.riscv64.rpm (info) (download)
docopt-cpp-devel-0.6.3-9.fc37.riscv64.rpm (info) (download)
docopt-cpp-debuginfo-0.6.3-9.fc37.riscv64.rpm (info) (download)
docopt-cpp-debugsource-0.6.3-9.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.6.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.6.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Nov 19 2021 Petr Menšík <pemensik@redhat.com> 0.6.3-7 - Explain why upstream repository name is not used * Fri Nov 19 2021 Petr Menšík <pemensik@redhat.com> 0.6.3-6 - Add upstream links to README * Fri Nov 19 2021 Petr Menšík <pemensik@redhat.com> 0.6.3-5 - Upload sources, shorten patch URL * Fri Nov 19 2021 Petr Menšík <pemensik@redhat.com> 0.6.3-4 - More review changes * Fri Nov 19 2021 Petr Menšík <pemensik@redhat.com> 0.6.3-3 - Add check section with tests running * Fri Nov 19 2021 Petr Menšík <pemensik@redhat.com> 0.6.3-2 - Update descriptions according to review * Fri Nov 19 2021 Petr Menšík <pemensik@redhat.com> 0.6.3-1 - Initial commit with 9.fc37