Open srghma opened 1 month ago
We do have quite a bit of what you describe above alread with the official pack collection where links to docs and and annotated resources are provided: Pack collection status page.
Currently, the page above is not searchable, and yes, that's a limitation. I currently don't have the capacity to implement a hoogle alternative, so contributions in this regard are highly welcome.
so, in purescript land we publish packages to pursuit using https://github.com/purescript/spago/
spago publish
git tag add NEWVERSION
git push --all
every day at XX p.m. new bundle of packages is created at registry https://github.com/purescript/registry and now people can increment their
to a new version using
spago upgrade
would be good to have a website like this (like pursuit or hoogle) where one can search types
and see for which system the package is (node, browser, javascript, ...etc)