purescript / registry

Registry of PureScript packages and metadata about them
46 stars 14 forks source link

Add open-drawing #494

Open srghma opened 3 months ago

srghma commented 3 months ago
{
  "name": "open-drawing",
  "ref": "v6.0.2",
  "compiler": "0.15.4",
  "location": {
    "githubOwner": "purescript-open-community",
    "githubRepo": "purescript-open-drawing"
  }
}
pacchettibotti commented 3 months ago

This package has no PureScript files in its src directory. All package sources must be in the src directory, with any additional sources indicated by the files key in your manifest.

thomashoneyman commented 3 months ago

Unfortunately monorepo support is not yet available.

srghma commented 3 months ago

Can I help? what needs to be done? @thomashoneyman

thomashoneyman commented 3 months ago

The primary issue is that Pursuit doesn’t support monorepos (or non-GitHub packages). There is a discussion around the issue on the Discourse here:

https://discourse.purescript.org/t/pursuit-the-registry-and-monorepos/4685?u=thomashoneyman

Thank you for the offer to help — Mike Solomon is also interested in helping, and we may have a call next week to talk about some options. That thread has more details.