-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwsjcpp.yml
79 lines (73 loc) · 1.93 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
wsjcpp_version: v0.0.1
cmake_minimum_required: 3.0
cmake_cxx_standard: 11
name: wsjcpp-yaml
version: v0.1.7
description: Read/Write yaml files
issues: https://github.com/wsjcpp/wsjcpp-yaml/issues
repositories:
- type: main
url: "https://github.com/wsjcpp/wsjcpp-yaml"
keywords:
- c++
- yaml
- parser
- reader
- writer
authors:
- name: Evgenii Sopov
email: [email protected]
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"
installation-datetime: "Wed, 12 Jan 2022 14:25:07 GMT"
distribution:
- source-file: src/wsjcpp_yaml.cpp
target-file: wsjcpp_yaml.cpp
type: "source-code"
- source-file: src/wsjcpp_yaml.h
target-file: wsjcpp_yaml.h
type: "source-code"
unit-tests:
cases:
- name: LineParser
description: Test Parse YAML Line
- name: YamlParserSimpleArray
description: Test Parse Array
- name: YamlParserSimpleMap
description: Test Parse Map
- name: YamlParserHierarchicalMap
description: Test Hierarchical Map
- name: YamlParserQuotes
description: YamlParserQuotes
- name: YamlParserComments
description: YamlParserComments
- name: YamlParserAll
description: YamlParserAll
- name: YamlParserArrayIncludedMap
description: YamlParserArrayIncludedMap
- name: "RemoveElementForMap"
description: ""
- name: "RemoveElementInArray"
description: ""
- name: "MemoryLeaks"
description: ""
- name: "ReadYaml"
description: ""
- name: "ReadWriteFile"
description: ""
- name: "Cursor"
description: ""
- name: "TagNames"
description: ""
- name: "Cleanup"
description: ""
- name: "AppendElements"
description: ""
- name: "ReadWsjcppHoldYml"
description: ""
- name: "KeepFormat"
description: ""