Fix v.yaml spec issues.
This commit is contained in:
parent
622ee9d80d
commit
393e5bfcb9
|
@ -5,15 +5,15 @@ name: "V"
|
||||||
|
|
||||||
info:
|
info:
|
||||||
year: 2019
|
year: 2019
|
||||||
desc: "V is a simple, statically-typed compiled programming language designed for building maintainable software."
|
desc: "V is a simple, statically-typed compiled programming language designed for building maintainable software"
|
||||||
ext:
|
ext:
|
||||||
- v
|
- v
|
||||||
web:
|
web:
|
||||||
home: "https://vlang.io/"
|
home: "https://vlang.io/"
|
||||||
source: "https://github.com/vlang/v"
|
source: "https://github.com/vlang/v"
|
||||||
wiki: "https://github.com/vlang/v/wiki"
|
|
||||||
category: general
|
category: general
|
||||||
mode: compiled
|
mode: compiled
|
||||||
|
platform: clr
|
||||||
syntax:
|
syntax:
|
||||||
- c
|
- c
|
||||||
typing:
|
typing:
|
||||||
|
|
Loading…
Reference in New Issue