Subject: CVS commit: pkgsrc/lang
From: Nikita
Date: 2022-05-03 10:57:33
Message id: 20220503085733.9E827FB1A@cvs.NetBSD.org

Log Message:
lang/gleam: import package.

Gleam is a functional language for building type-safe, scalable
systems.

The Gleam compiler itself is written in rust.

Gleam uses the BEAM runtime, and using the same actor-based multi-core
concurrency, with zero runtime overhead and full inter-operability
with Erlang, Elixir, and LFE.

It has all the features you'd expect from an ML derived language,
including algebraic data-types, immutable data structures, full type
inference, fast compilation, generics, no nulls nor exceptions, and a
few bonus features such as helpful error messages.

Files:
RevisionActionfile
1.1addpkgsrc/lang/gleam/DESCR
1.1addpkgsrc/lang/gleam/MESSAGE
1.1addpkgsrc/lang/gleam/Makefile
1.1addpkgsrc/lang/gleam/PLIST
1.1addpkgsrc/lang/gleam/cargo-depends.mk
1.1addpkgsrc/lang/gleam/distinfo