elixir-lang 1.9.1.dfsg-1.1 source package in Ubuntu

Changelog

elixir-lang (1.9.1.dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add a dependency of the elixir binary package on erlang-pcre-<version>
    virtual package to prevent installation when PCRE in Erlang changes,
    invalidating precompiled regexes (closes: #941124).
  * Move to ${erlang:Depends} substitution variable to calculate the
    dependencies automatically.

 -- Sergei Golovan <email address hidden>  Sun, 13 Oct 2019 09:39:24 +0300

Upload details

Uploaded by:
Evgeny Golyshev
Uploaded to:
Sid
Original maintainer:
Evgeny Golyshev
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
elixir-lang_1.9.1.dfsg-1.1.dsc 2.1 KiB 3425265e68894bbd77000c12b4e8eec8fb7048bb292e212384064bf305b45004
elixir-lang_1.9.1.dfsg.orig.tar.xz 1.1 MiB 93aaf66cac0812b2665446bbf86e62949141b44ea08e641d800f3d71c36e5f57
elixir-lang_1.9.1.dfsg-1.1.debian.tar.xz 6.9 KiB bbc612ceae126f7efe87484a52f18dca8af004f4659a53027a0dffc9acc2f005

No changes file available.

Binary packages built by this source

elixir: 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.