-
Notifications
You must be signed in to change notification settings - Fork 0
/
wsjcpp.yml
49 lines (41 loc) · 1.22 KB
/
wsjcpp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
wsjcpp_version: v0.0.1
cmake_cxx_standard: 11
cmake_minimum_required: 3.0
name: wsjcpp-arguments
version: v0.2.2
description: Helpful parser for parsing application arguments
issues: https://github.com/wsjcpp/wsjcpp-arguments/issues
repositories:
- type: main
url: "https://github.com/wsjcpp/wsjcpp-arguments"
keywords:
- c++
- wsjcpp
- parser application arguments
authors:
- name: Evgenii Sopov
email: mrseakg@gmail.com
required-libraries:
- pthread
dependencies:
- name: "wsjcpp-core"
version: "v0.2.1"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
distribution:
- source-file: src/wsjcpp_arguments.cpp
target-file: wsjcpp_arguments.cpp
type: "source-code"
- source-file: src/wsjcpp_arguments.h
target-file: wsjcpp_arguments.h
type: "source-code"
- source-file: "scripts.wsjcpp/generate.WsjcppArgumentProcessor.wsjcpp-script"
target-file: "generate.WsjcppArgumentProcessor.wsjcpp-script"
type: "safe-scripting-generate"
unit-tests:
cases:
- name: "ArgumentsWithParams"
description: "Arguments With Params"
- name: "SimpleArguments"
description: "Simple Arguments"