-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from imclerran/non-std-pfs
Correct headers for platforms who require something besides `main`
- Loading branch information
Showing
7 changed files
with
54 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
[ | ||
{ repo: "basic-cli", owner: "roc-lang", alias: "cli", platform: Bool.true }, | ||
{ repo: "basic-ssg", owner: "lukewilliamboswell", alias: "pf", platform: Bool.true }, | ||
{ repo: "basic-webserver", owner: "roc-lang", alias: "pf", platform: Bool.true }, | ||
{ repo: "crisp", owner: "KilianVounckx", alias: "crisp", platform: Bool.false }, | ||
{ repo: "kingfisher", owner: "ostcar", alias: "pf", platform: Bool.true }, | ||
{ repo: "roc_regex", owner: "KilianVounckx", alias: "regex", platform: Bool.false }, | ||
{ repo: "roc-ansi", owner: "lukewilliamboswell", alias: "ansi", platform: Bool.false }, | ||
{ repo: "roc-array2d", owner: "mulias", alias: "a2d", platform: Bool.false }, | ||
{ repo: "roc-ascii", owner: "hasnep", alias: "ascii", platform: Bool.false }, | ||
{ repo: "roc-aws-lambda", owner: "isaacvando", alias: "pf", platform: Bool.true }, | ||
{ repo: "roc-datetimes", owner: "hasnep", alias: "dt", platform: Bool.false }, | ||
{ repo: "roc-fuzz", owner: "bhansconnect", alias: "pf", platform: Bool.true }, | ||
{ repo: "roc-glue-code-gen", owner: "lukewilliamboswell", alias: "glue", platform: Bool.false }, | ||
{ repo: "roc-html", owner: "hasnep", alias: "html", platform: Bool.false }, | ||
{ repo: "roc-image", owner: "shritesh", alias: "img", platform: Bool.false }, | ||
{ repo: "roc-isodate", owner: "imclerran", alias: "iso", platform: Bool.false }, | ||
{ repo: "roc-json", owner: "lukewilliamboswell", alias: "json", platform: Bool.false }, | ||
{ repo: "roc-math", owner: "hasnep", alias: "math", platform: Bool.false }, | ||
{ repo: "roc-openrouter", owner: "imclerran", alias: "ai", platform: Bool.false }, | ||
{ repo: "roc-parser", owner: "lukewilliamboswell", alias: "parser", platform: Bool.false }, | ||
{ repo: "roc-pg", owner: "agu-z", alias: "pg", platform: Bool.false }, | ||
{ repo: "roc-random", owner: "lukewilliamboswell", alias: "random", platform: Bool.false }, | ||
{ repo: "roc-svg", owner: "hasnep", alias: "svg", platform: Bool.false }, | ||
{ repo: "roc-wasm4", owner: "lukewilliamboswell", alias: "pf", platform: Bool.true }, | ||
{ repo: "rvn", owner: "jwoudenberg", alias: "rvn", platform: Bool.false }, | ||
{ repo: "weaver", owner: "smores56", alias: "weaver", platform: Bool.false }, | ||
{ repo: "basic-cli", owner: "roc-lang", alias: "cli", platform: Bool.true, requires: ["main"] }, | ||
{ repo: "basic-ssg", owner: "lukewilliamboswell", alias: "pf", platform: Bool.true, requires: ["main"] }, | ||
{ repo: "basic-webserver", owner: "roc-lang", alias: "pf", platform: Bool.true, requires: ["main"] }, | ||
{ repo: "crisp", owner: "KilianVounckx", alias: "crisp", platform: Bool.false, requires: [] }, | ||
{ repo: "kingfisher", owner: "ostcar", alias: "pf", platform: Bool.true, requires: ["main", "Model"] }, | ||
{ repo: "roc_regex", owner: "KilianVounckx", alias: "regex", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-ansi", owner: "lukewilliamboswell", alias: "ansi", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-array2d", owner: "mulias", alias: "a2d", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-ascii", owner: "hasnep", alias: "ascii", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-aws-lambda", owner: "isaacvando", alias: "pf", platform: Bool.true, requires: ["main"] }, | ||
{ repo: "roc-datetimes", owner: "hasnep", alias: "dt", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-fuzz", owner: "bhansconnect", alias: "pf", platform: Bool.true, requires: ["main"] }, | ||
{ repo: "roc-glue-code-gen", owner: "lukewilliamboswell", alias: "glue", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-html", owner: "hasnep", alias: "html", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-image", owner: "shritesh", alias: "img", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-isodate", owner: "imclerran", alias: "iso", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-json", owner: "lukewilliamboswell", alias: "json", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-math", owner: "hasnep", alias: "math", platform: Bool.false, requires: [] }, | ||
{ 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-random", owner: "lukewilliamboswell", alias: "random", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-svg", owner: "hasnep", alias: "svg", platform: Bool.false, requires: [] }, | ||
{ repo: "roc-wasm4", owner: "lukewilliamboswell", alias: "pf", platform: Bool.true, requires: ["main"] }, | ||
{ repo: "rvn", owner: "jwoudenberg", alias: "rvn", platform: Bool.false, requires: [] }, | ||
{ repo: "weaver", owner: "smores56", alias: "weaver", platform: Bool.false, requires: [] }, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ cliParser = | |
} | ||
|> Cli.finish { | ||
name: "roc-start", | ||
version: "v0.3.2", | ||
version: "v0.3.3", | ||
authors: ["Ian McLerran <[email protected]>"], | ||
description: "A simple CLI tool for starting a new roc project. Specify your platform and packages by name, and roc-start will create a new .roc file with the latest releases.", | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module [RepositoryEntry, RemoteRepoEntry, CacheRepoEntry] | ||
|
||
RepositoryEntry : { alias : Str, version : Str, url : Str } | ||
RemoteRepoEntry : { repo : Str, owner : Str, alias : Str, platform : Bool } | ||
CacheRepoEntry : { repo : Str, owner : Str, alias : Str, version : Str, url : Str, platform : Bool } | ||
RepositoryEntry : { alias : Str, version : Str, url : Str, requires : List Str } | ||
RemoteRepoEntry : { repo : Str, owner : Str, alias : Str, platform : Bool, requires : List Str } | ||
CacheRepoEntry : { repo : Str, owner : Str, alias : Str, version : Str, url : Str, platform : Bool, requires : List Str } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters