You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered: