         MODULE=elixir
        VERSION=1.20.2
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=http://github.com/elixir-lang/elixir/archive/v$VERSION.tar.gz
     SOURCE_VFY=sha256:1a25bbf9a9016651fc332eecc02bb9681d0b8e722c2e256e73ddb88fbce6e6b0
       WEB_SITE=http://elixir-lang.org
        ENTERED=20150703
        UPDATED=20260624
          SHORT="A functional meta-programming language built on top of Erlang"

cat << EOF
Elixir is a dynamic, functional language designed for building scalable and
maintainable applications. Elixir leverages the Erlang VM, known for running
low-latency, distributed and fault-tolerant systems, while also being
successfully used in web development and the embedded software domain.
EOF
