File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ name: wsjcpp/wsjcpp-yaml
66version : 0.0.2
77description : Read/Write yaml files
88issues : https://github.com/wsjcpp/wsjcpp-yaml/issues
9+
910repositories :
10- - " https://github.com/wsjcpp/wsjcpp-yaml"
11+ - type : main
12+ url : " https://github.com/wsjcpp/wsjcpp-yaml"
13+
1114keywords :
1215 - c++
1316 - yaml
@@ -23,17 +26,18 @@ requirements:
2326 libs :
2427 - pthread
2528 packages :
26- - " https://github.com/wsjcpp/wsjcpp-core:v0.0.2 "
29+ - " https://github.com/wsjcpp/wsjcpp-core:master "
2730
2831distribution :
29- sources :
30- - from : src/wsjcpp_yaml.cpp
31- to : wsjcpp_yaml.cpp
32- sha1 : " "
33- - from : src/wsjcpp_yaml.h
34- to : wsjcpp_yaml.h
35- sha1 : " "
36- # scripts:
32+ - source-file : src/wsjcpp_yaml.cpp
33+ target-file : wsjcpp_yaml.cpp
34+ sha1 : " "
35+ type : " source-code"
36+ - source-file : src/wsjcpp_yaml.h
37+ target-file : wsjcpp_yaml.h
38+ sha1 : " "
39+ type : " source-code"
40+
3741
3842unit-tests :
3943 folder : unit-tests # default
You can’t perform that action at this time.
0 commit comments