registry
registry copied to clipboard
Registry of PureScript packages and metadata about them
```json { "name": "open-drawing", "ref": "v6.0.2", "compiler": "0.15.4", "location": { "githubOwner": "purescript-open-community", "githubRepo": "purescript-open-drawing" } } ```
I would like to `spago publish` v4.6.0 of https://github.com/rowtype-yoga/purescript-protobuf Result: ``` ✘ The manifest file specifies a location ( {"githubOwner":"rowtype-yoga","githubRepo":"purescript-protobuf","subdir":"library"} ) that differs from the location in the registry metadata...
``` bss@monster % less packages.dhall let upstream = https://github.com/purescript/package-sets/releases/download/psc-0.15.15-20250711/packages.dhall sha256:ee7af380ca58c03d51ac6bb7411ec441724c671a4fff823a2a61b1d4e345303c in upstream bss@monster % npx spago -q verify-set >/dev/null 2>&1; echo $? 1 bss@monster % npx spago verify-set [... lots...