File tree Expand file tree Collapse file tree 1 file changed +62
-62
lines changed
lib/node_modules/@stdlib/_tools/manifest-json/schema/test/fixtures Expand file tree Collapse file tree 1 file changed +62
-62
lines changed Original file line number Diff line number Diff line change 11{
2- "options" : {
3- "os" : " linux"
4- },
5- "fields" : [
6- {
7- "field" : " src" ,
8- "resolve" : true ,
9- "relative" : false
10- },
11- {
12- "field" : " include" ,
13- "resolve" : true ,
14- "relative" : false
15- },
16- {
17- "field" : " libraries" ,
18- "resolve" : false ,
19- "relative" : false
20- },
21- {
22- "field" : " libpath" ,
23- "resolve" : true ,
24- "relative" : false
25- }
26- ],
27- "confs" : [
28- {
29- "os" : " linux" ,
30- "src" : [
31- " ./src/foo_linux.f" ,
32- " ./src/foo_linux.c"
33- ],
34- "libraries" : [],
35- "libpath" : [],
36- "dependencies" : [
37- " ./beep"
38- ]
39- },
40- {
41- "os" : " mac" ,
42- "src" : [
43- " ./src/foo_mac.f" ,
44- " ./src/foo_mac_f.c"
45- ],
46- "libraries" : [],
47- "libpath" : [],
48- "dependencies" : [
49- " ./beep"
50- ]
51- },
52- {
53- "os" : " win" ,
54- "src" : [
55- " ./src/foo_win.c"
56- ],
57- "libraries" : [],
58- "libpath" : [],
59- "dependencies" : [
60- " ./beep"
61- ]
62- }
63- ]
2+ "options" : {
3+ "os" : " linux"
4+ },
5+ "fields" : [
6+ {
7+ "field" : " src" ,
8+ "resolve" : true ,
9+ "relative" : false
10+ },
11+ {
12+ "field" : " include" ,
13+ "resolve" : true ,
14+ "relative" : false
15+ },
16+ {
17+ "field" : " libraries" ,
18+ "resolve" : false ,
19+ "relative" : false
20+ },
21+ {
22+ "field" : " libpath" ,
23+ "resolve" : true ,
24+ "relative" : false
25+ }
26+ ],
27+ "confs" : [
28+ {
29+ "os" : " linux" ,
30+ "src" : [
31+ " ./src/foo_linux.f" ,
32+ " ./src/foo_linux.c"
33+ ],
34+ "libraries" : [],
35+ "libpath" : [],
36+ "dependencies" : [
37+ " ./beep"
38+ ]
39+ },
40+ {
41+ "os" : " mac" ,
42+ "src" : [
43+ " ./src/foo_mac.f" ,
44+ " ./src/foo_mac_f.c"
45+ ],
46+ "libraries" : [],
47+ "libpath" : [],
48+ "dependencies" : [
49+ " ./beep"
50+ ]
51+ },
52+ {
53+ "os" : " win" ,
54+ "src" : [
55+ " ./src/foo_win.c"
56+ ],
57+ "libraries" : [],
58+ "libpath" : [],
59+ "dependencies" : [
60+ " ./beep"
61+ ]
62+ }
63+ ]
6464}
You can’t perform that action at this time.
0 commit comments