Sat, 11 May 2024 11:04:00 UTC | login

Information for build tclap-1.2.1-4.fc24

ID22101
Package Nametclap
Version1.2.1
Release4.fc24
Epoch
SummaryTemplate-Only Command Line Argument Parser
Descriptiontclap is a small, flexible library that provides a simple interface for defining and accessing command line arguments. It was initially inspired by the user friendly CLAP library. The difference is that this library is template-only, so the argument class is type independent. Type independence avoids identical-except-for-type objects, such as IntArg, FloatArg, and StringArg. While the library is not strictly compliant with the GNU or POSIX standards, it is close. tclap is written in ANSI C++ and is meant to be compatible with any standards-compliant C++ compiler. The library is implemented entirely in header files making it easy to use and distribute with other software. tclap is now a mature, stable, and feature rich package. It probably will not see much further development aside from bug fixes and compatibility updates.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:35:25 UTC
CompletedSat, 14 Apr 2018 20:35:25 UTC
Tags
f28
f29
RPMs
src
tclap-1.2.1-4.fc24.src.rpm (info) (download)
noarch
tclap-1.2.1-4.fc24.noarch.rpm (info) (download)
tclap-doc-1.2.1-4.fc24.noarch.rpm (info) (download)
Changelog * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Dec 14 2013 Bruno Postle 1.2.1-1 - Upstream release * Fri Dec 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 1.2.0-9 - Fix duplicate documentation (#1001296) - Fix the unusual packaging (eliminate dummy base package!) - Remove %_isa base package dep, since this is all noarch - Remove explicit pkgconfig dep - Remove %defattr * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Oct 05 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 1.2.0-4 - The package and sub-packages are now all noarch. - A few cosmetic improvements have also been made. * Thu Jul 28 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> 1.2.0-3 - Re-added a main package, almost empty * Mon Jul 04 2011 Bruno Postle 1.2.0-2 - create -devel package without a base package * Tue Mar 08 2011 Bruno Postle 1.2.0-1 - initial fedora package