Skip to content

Commit b937583

Browse files
committed
Update build schema and author image
1 parent 516b95d commit b937583

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

data/blog_authors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"username": "hongbo",
44
"fullname": "Hongbo Zhang",
55
"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",
77
"twitter": "bobzhang1988"
88
},
99
{

data/build-schema.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@
154154

155155
"type": {
156156
"enum": [
157-
"dev",
158-
"lib"
157+
"dev"
159158
]
160159
},
161160
"files": {
@@ -481,24 +480,17 @@
481480
"type": "boolean",
482481
"description": "(Experimental) whether to use the OCaml standard library. Default: true"
483482
},
483+
"external-stdlib" : {
484+
"type" : "string",
485+
"description": "Use the external stdlib library instead of the one shipped with the compiler package"
486+
},
484487
"bs-external-includes": {
485488
"type": "array",
486489
"items": {
487490
"type": "string"
488491
},
489492
"description": "(Not needed usually) external include directories, which will be applied `-I` to all compilation units"
490493
},
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-
},
502494
"suffix" : {
503495
"$ref" : "#/definitions/suffix-spec"
504496
}

0 commit comments

Comments
 (0)