Move repo to purescript-contrib :pray: ?
Opened this issue ยท 2 comments
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
๐ข
@garyb @natefaubion maybe lets ask @natefaubion to move ALL his purescript packages to purescript-contrib?
https://github.com/natefaubion?tab=repositories&q=&type=source&language=purescript&sort=
Particularly, personally, I'm interested in
https://github.com/natefaubion/purescript-tidy-codegen
https://github.com/natefaubion/purescript-tidy
https://github.com/natefaubion/purescript-language-cst-parser
https://github.com/natefaubion/purescript-node-workerbees
https://github.com/natefaubion/purescript-dodo-printer
https://github.com/natefaubion/purescript-variant
https://github.com/natefaubion/purescript-routing-duplex
https://github.com/natefaubion/purescript-run
...maybe others, brilliant job
or maybe move them to https://github.com/rowtype-yoga (all members can merge and publish, I'm in) ?
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 | โ | ||
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 | โ | ||
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? | ||