Where do you go to find packages? So far I've found some by searching on github and looking at the examples, but was wondering if I was missing something :)
There is no package manager yet. Currently I then roc-awesome is the best aggregator
https://github.com/lukewilliamboswell/roc-awesome
Ah, thank you!
Has there been any discussion on package management yet?
Might be something I would be interested in working on
yes! I have a bunch of thoughts on this, although I haven't written them down in one place yet
how do you feel about writing Rust code for this?
I am both looking for a roc project and a Rust one so absolutely :)
ok cool! I'll start writing it up, although it'll take a bit of doing :big_smile:
Awesome! Totally understand :)
@Gaute Berge ok I wrote it up and shared in https://roc.zulipchat.com/#narrow/stream/304641-ideas !
Brendan Hansknecht said:
There is no package manager yet. Currently I then roc-awesome is the best aggregator
what is the best way of using a roc package with no releases? I have read this but If I wanted to use roc-image for example, what would be the best way of referencing it? submodule?
I usually just clone it into my github folder next to my other repositories. Then use a local path to the package like { image: "../roc-image/package/main.roc", .. }
.
Last updated: Jul 06 2025 at 12:14 UTC