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

Move repo to purescript-contrib 🙏 ? #58

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

Move repo to purescript-contrib 🙏 ? #58

srghma opened this issue Oct 9, 2024 · 2 comments

Comments

@srghma
Copy link

srghma commented Oct 9, 2024

So, I wanted to make a pr to pathy

purescript-contrib/purescript-pathy#52 (comment)

and use purescript-variant, but we cannot merge unless purescript-variant is moved to https://github.com/purescript-contrib

😢

@srghma
Copy link
Author

srghma commented Oct 11, 2024

repos = Array.from(document.querySelectorAll('ul[data-filterable-type="substring"] li'));
data = repos.map(repo => {
    const name = repo.querySelector('a[itemprop="name codeRepository"]').textContent.trim();
    const description = repo.querySelector('p[itemprop="description"]')?.textContent.trim() || '';
    return {
      name,
      description
    };
});

const table = `
| Name | Description | Contrib | Rowtype-Yoga | Nothing |
|------|-------------|---------|--------------|---------|
${data.map(d => `| ${d.name} | ${d.description} |  |  |  |`).join('\n')}
`;
console.log(table);
Name Description Contrib Rowtype-Yoga Nothing
purescript-psa Error/Warning reporting frontend for the PureScript compiler
purescript-psa-utils Utility library for purescript-psa
purescript-tidy-codegen Convenient codegen for PureScript
purescript-tidy A syntax tidy-upper for PureScript.
purescript-language-cst-parser PureScript CST Parser written in PureScript
purescript-node-workerbees Convenient multi-threading on Node with PureScript. ✅ (purescript-node)
purescript-dodo-printer An adequate printer.
purescript-node-glob-basic A very basic glob library for PureScript.
purescript-variant Polymorphic variants for PureScript
purescript-routing-duplex Unified parsing and printing for routes in PureScript
purescript-convertable-options Highly-overloaded APIs for PureScript
purescript-call-by-name Syntactically light-weight call-by-name arguments in PureScript. No guarantees. Completely gratuitous.
purescript-argparse-basic A no frills CLI argument parser for PureScript.
purescript-run An extensible-effects implementation
purescript-heterogeneous Maps and folds for heterogeneous data types.
purescript-checked-exceptions Extensible checked exceptions with polymorphic variants
talks
purescript-typelevel-eval Higher order functional programming in PureScript's type system
purescript-run-streaming Streaming effects for PureScript
purescript-spork Elm-like for PureScript ✅?
purescript-free-semigroupoid Free semigroupoids for PureScript
example-functional-compiler
purescript-higher-order nothing, lib with this name is already in pursuit
purescript-halogen-connect-experiment nothing
purescript-aff-avar-select CSP-style select for AVars nothing? bc not popular?
purescript-halogen-startapp

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

1 participant