Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] create a website like https://pursuit.purescript.org/search?q= #312

Open
srghma opened this issue Oct 17, 2024 · 2 comments

Comments

@srghma
Copy link

srghma commented Oct 17, 2024

so, in purescript land we publish packages to pursuit using https://github.com/purescript/spago/

  1. I increment version in spago.yaml using vim
  2. spago publish
  3. it checks tests
  4. it git tag add NEWVERSION
  5. it git push --all
  6. it "tag was pushed? can fetch it from outside? yay, published, good"

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

workspace:
  packageSet:
    registry: 41.2.0

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)

@stefan-hoeck
Copy link
Owner

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.

@srghma
Copy link
Author

srghma commented Oct 27, 2024

related

https://idris2docs.sinyax.net/
https://git.sr.ht/~cypheon/idris2-quickdocs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants