gleam-lang / packages

📦 Search for Gleam packages
https://packages.gleam.run/
Apache License 2.0
71 stars 14 forks source link

Show module names that package contributes to #42

Open Guria opened 2 hours ago

Guria commented 2 hours ago

Since package names don't necessarily match module names, it would be useful to see the actual module names that each package contributes to.

This would also help identify packages that accidentally pollute many top-level package names.

Related discussion: https://discord.com/channels/768594524158427167/1281967484731265044/1281967484731265044

lpil commented 2 hours ago

Hello! Wouldn't this be better as a script? Would be easier to make than designing UI for it and adding a web interface for it

Guria commented 2 hours ago

When discussing just identifying packages that pollute module names, a script would suffice.

I thought this visibility could be useful for packages in general since package names don't always match their top-level module names.