          MODULE=vlang
         VERSION=0.4.11
          SOURCE=vlang-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/vlang/v/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:7662e2977cbc2b3ce7918c0c19c8c0127d1fbf38ffc09edc9cd68187a80b528a
SOURCE_DIRECTORY=$BUILD_DIRECTORY/v-$VERSION
        WEB_SITE=https://vlang.io/
         ENTERED=20200104
         UPDATED=20250707
           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
