#gleam package for rebar

1 messages · Page 1 of 1 (latest)

weary bobcat
#

Just curious... for gleam packages on hex.pm, I see there are rebar.config examples. For example, gleam_httpc has this mentioned: {gleam_httpc, "4.1.0"}. Does it mean gleam packages can be used in erlang programs?? Does rebar3 know how to compile .gleam files into .erl files?

hushed pawn
#

Gleam packages are published with the erlang source, but unfortunately a bug in rebar means most modern gleam deps cannot be built by rebar because it doesnt correctly parse the version constraints used for deps