yaggo¶
Summary¶
Yaggo is a tool to generate command line parsers for C++. Yaggo stands for “Yet Another GenGetOpt” and is inspired by GNU Gengetopt.
Versions¶
- 1.5.9
License¶
GPLv3
Meta¶
package:
name: yaggo
version: "1.5.9"
build:
number: 0
source:
fn: yaggo
url: https://github.com/gmarcais/yaggo/releases/download/v1.5.9/yaggo
requirements:
build:
run:
- ruby
test:
commands:
- yaggo -h 2>&1 | grep Usage > /dev/null
about:
home: https://github.com/gmarcais/yaggo
license: GPLv3
summary: Yaggo is a tool to generate command line parsers for C++. Yaggo stands for "Yet Another GenGetOpt" and is inspired by GNU Gengetopt.