Skip to content

Commit

Permalink
Merge pull request #52 from imclerran/add-roc-query
Browse files Browse the repository at this point in the history
Add roc query package.
  • Loading branch information
imclerran authored Jun 23, 2024
2 parents 9d91a95 + bae633f commit c8ba09b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion repository/GET_LISTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In order to get your package or platform listed, you must meet a few basic requi
2) Your release must include among its assets a Blake-3 hashed tar.br zip of your repo.
- Using the github action [hasnep/bundle-roc-library](https://github.com/hasnep/bundle-roc-library) is recommended.

> __Note__
> __Note:__
> Some packages and platforms are already included in the repository, but do not currently appear in the TUI app, and cannot be imported via the CLI due to not meeting the requirements above.
## For platform authors
Expand All @@ -27,6 +27,9 @@ main = \req ->
## Make that pull request!
That's it! Once you have released your package with the required tarball, simply make a PR against this repo, adding your package to the `roc-repo.rvn` file. The format should be as follows:

> __Note:__
> The `repository/check-repo.sh` script is provided to double check your check your changes before making the pull request.
```roc
{ repo: "your-repo-name", owner: "your-git-username", alias: "sn", platform: <Bool.true/Bool.false>, requires: [] },
Expand Down
1 change: 1 addition & 0 deletions repository/roc-repo.rvn
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{ repo: "roc-openrouter", owner: "imclerran", alias: "ai", platform: Bool.false, requires: [] },
{ repo: "roc-parser", owner: "lukewilliamboswell", alias: "parser", platform: Bool.false, requires: [] },
{ repo: "roc-pg", owner: "agu-z", alias: "pg", platform: Bool.false, requires: [] },
{ repo: "roc-query", owner: "smores56", alias: "qry", platform: Bool.false, requires: [] },
{ repo: "roc-random", owner: "lukewilliamboswell", alias: "random", platform: Bool.false, requires: [] },
{ repo: "roc-reduce", owner: "imclerran", alias: "reduce", platform: Bool.false, requires: [] },
{ repo: "roc-semver", owner: "smores56", alias: "semver", platform: Bool.false, requires: [] },
Expand Down

0 comments on commit c8ba09b

Please sign in to comment.