dev-lang/gleam: Init at 0.11.2

Gleam is a statically typed functional programming language for
building scalable concurrent systems. It compiles to Erlang and has
straightforward interop with other BEAM languages such as Erlang,
Elixir and LFE.

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Matt Smith <matt@offtopica.uk>
This commit is contained in:
Matt Smith
2020-09-12 09:50:21 +01:00
parent 54648ce3b4
commit 2dedbba9aa
3 changed files with 519 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>matt@offtopica.uk</email>
<name>Matt Smith</name>
</maintainer>
<longdescription lang="en">
Gleam is a statically typed functional programming language for
building scalable concurrent systems. It compiles to Erlang and
has straightforward interop with other BEAM languages such as
Erlang, Elixir and LFE.
</longdescription>
<upstream>
<remote-id type="github">gleam-lang/gleam</remote-id>
</upstream>
</pkgmetadata>