Skip to content

Commit

Permalink
Merge pull request #37 from sylvaticus/patch-1
Browse files Browse the repository at this point in the history
Added StrategicGames.jl and BDisposal.jl
  • Loading branch information
vdayanand committed Dec 19, 2023
2 parents b7cc852 + 8ba8f4a commit f71e757
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This registry allows package authors to specify where to find and how to build t
packages displayed on e.g. [juliahub.com](https://juliahub.com/ui/Packages).

## Usage
Just add a new entry to `Registry.toml` by hand (see `Specifications` below) or with the provided `add_to_registry.jl` script:
Just add a new entry to `Registry.toml` by hand following the `Specifications` below (order doesn't matter) or with the provided `add_to_registry.jl` script:
```
julia add_to_registry.jl Package1 Package2 Package3
```
Expand Down
10 changes: 10 additions & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -412,3 +412,13 @@ method = "hosted"
name = "SciMLBenchmarks"
location = "https://docs.sciml.ai"
method = "hosted"

[21c4ae29-9918-4bcb-9542-b100d366d64c]
name = "StrategicGames"
location = "https://sylvaticus.github.io/StrategicGames.jl"
method = "hosted"

[c8bf0fc5-5617-4766-b222-31d2f659b756]
name = "BDisposal"
location = "https://sylvaticus.github.io/BDisposal.jl"
method = "hosted"

0 comments on commit f71e757

Please sign in to comment.