forked from DaveGamble/cJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadd_cjson_v3.yml
97 lines (97 loc) · 2.25 KB
/
add_cjson_v3.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
__hierarchy__:
tmp_common_cjson:
section-type: component
belong_to: set.middleware.cjson
middleware.cjson:
section-type: component
meta-name: middleware.cjson
contents:
repo_base_path: middleware/cjson
project_base_path: cjson
cc-include:
- repo_relative_path: "./"
project_relative_path: inc
files:
- source: "*.h"
project_relative_path: inc
- source: "*.c"
project_relative_path: src
- source: CHANGELOG.md
hidden: true
type: doc
- source: LICENSE
hidden: true
type: doc
- source: README.md
hidden: true
type: doc
- source: CONTRIBUTORS.md
hidden: true
type: doc
- source: ChangeLogKSDK.txt
hidden: true
exclude: true
belong_to: set.middleware.cjson
section_info:
description: CJSON library
version: 1.7.4_rev0
type: middleware
user_visible: always
full_name: Middleware cjson
taxonomy:
csub: cjson
belong_to: cjson
display_name: cjson
set.middleware.cjson:
section-type: set
belong_to: set.middleware.cjson
section_info:
fixed_id: dave_gamble_cjson
version: 1.0.0
display_name: cjson
description: cjson library
set_location:
repo_base_path: middleware/cjson
type: middleware
vendor: NXP
product:
kex_package:
kex_web_ui:
ui_control: true
ui_release_specific: true
ui_control_default: true
ui_category: Middleware
scr:
- scr.middleware.cjson
cmsis_pack:
vendor: NXP
supported: false
scr:
- scr.middleware.cjson
component_taxonomy:
cjson:
cclass: JSON
cgroup: CJSON library
license.cjson:
section-type: license
belong_to: set.middleware.cjson
contents:
repo_base_path: middleware/cjson
files:
- source: LICENSE
section_info:
Outgoing License: MIT
scr.middleware.cjson:
belong_to: set.middleware.cjson
section-type: scr
contents:
license:
- license.cjson
Name: CJSON
Version: 1.7.4
Format: source code
Description: CJSON - Ultralightweight JSON parser in ANSI C
Location: middleware/cjson
Origin: Dave Gamble
Url: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.4