mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
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>
18 lines
615 B
XML
18 lines
615 B
XML
<?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>
|