Files
buildroot/package/cpp-argparse/Config.in
Konstantin Menyaev bba497d60d package/cpp-argparse: new package
A Modern C++ header-only library
for parsing command-line arguments.

https://github.com/p-ranav/argparse

Signed-off-by: Konstantin Menyaev <viper@landau.one>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-08-01 16:26:21 +02:00

13 lines
397 B
Plaintext

config BR2_PACKAGE_CPP_ARGPARSE
bool "cpp-argparse"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8
help
Argument Parser for Modern C++. A header-only library
for parsing command-line arguments.
https://github.com/p-ranav/argparse
comment "cpp-argparse needs a toolchain w/ C++, gcc >= 8"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_8