How to add non-Hex depencencies to Gleam projects?

Is there a way to add a non-Hex dependency to a Gleam project, let’s say from a Github repo directly?

I’ve only seen Hex examples in gleam.toml, like this:

[dependencies]
gleam_stdlib = "~> 0.23"

Thanks!

1 Like

Not yet. Here are issues you can follow for this feature:

If it’s something you have a been for we can prioritise this work.

1 Like

Thank you for the details. No urgent need for it on my side but this is certainly going to be a nice & useful feature.

1 Like