From 622ee9d80dfa8dfa88c16e9dccc9350b1c53ed4f Mon Sep 17 00:00:00 2001 From: Chris Hallberg Date: Wed, 3 Nov 2021 21:02:35 -0400 Subject: [PATCH] Metadata. --- langs/v.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/langs/v.yaml b/langs/v.yaml index da36739..e514b69 100644 --- a/langs/v.yaml +++ b/langs/v.yaml @@ -3,6 +3,26 @@ aliases: - "vlang" name: "V" +info: + year: 2019 + desc: "V is a simple, statically-typed compiled programming language designed for building maintainable software." + ext: + - v + web: + home: "https://vlang.io/" + source: "https://github.com/vlang/v" + wiki: "https://github.com/vlang/v/wiki" + category: general + mode: compiled + syntax: + - c + typing: + - static + paradigm: + - functional + - imperative + usage: personal + install: manual: | git clone https://github.com/vlang/v.git