Source: elixir-lang Section: interpreters Priority: optional Maintainer: Evgeny Golyshev Build-Depends: debhelper (>= 10), erlang-crypto (>= 1:20), erlang-dev (>= 1:20), erlang-dialyzer (>= 1:20), erlang-eunit (>= 1:20), erlang-parsetools (>= 1:20), erlang-src (>= 1:20), git, rebar Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/eugulixes-guest/elixir-lang.git Vcs-Browser: https://salsa.debian.org/eugulixes-guest/elixir-lang Homepage: http://elixir-lang.org/ Package: elixir Architecture: any Depends: erlang-base (>= 1:20) | erlang-base-hipe (>= 1:20), ${misc:Depends} Description: functional meta-programming aware language Elixir is a functional meta-programming aware language intended primarily for developing distributed, fault-tolerant and scalable systems. Elixir source code is compiled to bytecode for the Erlang Virtual Machine (EVM), and can use Erlang libraries transparently.