          MODULE=vlang
         VERSION=0.5
          SOURCE=vlang-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/vlang/v/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:53474b6920aba3bb13a12f6ca430581b3b9b90d2e1432c7afd90da45f1566aaa
SOURCE_DIRECTORY=$BUILD_DIRECTORY/v-$VERSION
        WEB_SITE=https://vlang.io/
         ENTERED=20200104
         UPDATED=20260104
           SHORT="Simple, fast, safe programming language"

cat << EOF
Simple language for building maintainable programs.
Key Features of V:
 - Simplicity: the language can be learned in less than an hour
 - Fast compilation
 - Easy to develop: V compiles itself in less than a second
 - Performance: within 3% of C
 - Safety: no null, no globals, no undefined behavior, immutability by default
 - C to V translation
 - Hot code reloading
 - Powerful UI and graphics libraries
 - Easy cross compilation
 - REPL
 - Built-in ORM
 - C and JavaScript backends
EOF
