mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
15 lines
535 B
XML
15 lines
535 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<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>
|