File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 3
3
"username" : " hongbo" ,
4
4
"fullname" : " Hongbo Zhang" ,
5
5
"role" : " Compiler & Build System" ,
6
- "img_url" : " https://pbs.twimg.com/profile_images/3157941111/cf58e90adce60b796f589b2ae5a0394a_400x400.jpeg " ,
6
+ "img_url" : " https://pbs.twimg.com/profile_images/1369548222314598400/E2y46vrB_400x400.jpg " ,
7
7
"twitter" : " bobzhang1988"
8
8
},
9
9
{
Original file line number Diff line number Diff line change 154
154
155
155
"type" : {
156
156
"enum" : [
157
- " dev" ,
158
- " lib"
157
+ " dev"
159
158
]
160
159
},
161
160
"files" : {
481
480
"type" : " boolean" ,
482
481
"description" : " (Experimental) whether to use the OCaml standard library. Default: true"
483
482
},
483
+ "external-stdlib" : {
484
+ "type" : " string" ,
485
+ "description" : " Use the external stdlib library instead of the one shipped with the compiler package"
486
+ },
484
487
"bs-external-includes" : {
485
488
"type" : " array" ,
486
489
"items" : {
487
490
"type" : " string"
488
491
},
489
492
"description" : " (Not needed usually) external include directories, which will be applied `-I` to all compilation units"
490
493
},
491
- "refmt" : {
492
- "$ref" : " #/definitions/refmt-specs" ,
493
- "description" : " Reason syntax configuration"
494
- },
495
- "refmt-flags" : {
496
- "type" : " array" ,
497
- "items" : {
498
- "type" : " string"
499
- },
500
- "description" : " (Not needed usually) arguments to pass to `refmt` above. Default: `[\" --print\" , \" binary\" ]`."
501
- },
502
494
"suffix" : {
503
495
"$ref" : " #/definitions/suffix-spec"
504
496
}
You can’t perform that action at this time.
0 commit comments