File: control

package info (click to toggle)
elixir-lang 1.14.0.dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 12,204 kB
  • sloc: erlang: 9,877; sh: 311; makefile: 276
file content (26 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: elixir-lang
Section: interpreters
Priority: optional
Maintainer: Evgeny Golyshev <eugulixes@gmail.com>
Build-Depends: debhelper-compat (= 13),
               erlang-crypto (>= 1:24.1),
               erlang-dev (>= 1:24.1),
               erlang-dialyzer (>= 1:24.1),
               erlang-eunit (>= 1:24.1),
               erlang-parsetools (>= 1:24.1),
               erlang-src (>= 1:24.1),
               git,
               rebar3
Standards-Version: 4.6.0
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:Depends}, ${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.