Skip to content
Prev Previous commit
Next Next commit
Add link to draft registry proposal in @apple/swift-package-manager
  • Loading branch information
mattt authored May 4, 2021
commit ac89166961deb77d125c451a9db9f7ace9b7d10b
4 changes: 2 additions & 2 deletions proposals/0292-package-registry-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ and downloading the source archive for a release:
| `GET` | `/{scope}/{name}/{version}.zip` | Download source archive for a package release |
| `GET` | `/identifiers{?url}` | Lookup package identifiers registered for a URL |

A formal specification for the package registry interface
is provided alongside this proposal.
A formal specification for the package registry interface is provided
[alongside this proposal](https://github.com/apple/swift-package-manager/blob/main/Documentation/RegistryDraft.md).
In addition,
an OpenAPI (v3) document
and a reference implementation written in Swift
Expand Down