Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2605,6 +2605,7 @@ some amount of consideration when choosing package names.
343a5541-a696-4ae7-8102-bc61c09e1896 = { name = "FileCmp", path = "F/FileCmp" }
343dbc49-a00e-4db9-80e1-8930f4861f86 = { name = "SeqBounds", path = "S/SeqBounds" }
34418575-392d-4e26-8c6d-96b0910afa06 = { name = "JustRelax", path = "J/JustRelax" }
34489162-d270-4603-8b96-37b04f830d73 = { name = "SpeedyInternals", path = "S/SpeedyInternals" }
3448aec0-5570-4d68-9f4a-848140e12c29 = { name = "NeuroFormats", path = "N/NeuroFormats" }
34572acc-64b2-43ec-bac8-7b2a4baad13f = { name = "WorldDynamics", path = "W/WorldDynamics" }
345a2cc7-28d8-58b2-abdf-cff77ea7d7f1 = { name = "CUDD", path = "C/CUDD" }
Expand Down
Empty file added S/SpeedyInternals/Compat.toml
Empty file.
3 changes: 3 additions & 0 deletions S/SpeedyInternals/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[0]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
4 changes: 4 additions & 0 deletions S/SpeedyInternals/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "SpeedyInternals"
uuid = "34489162-d270-4603-8b96-37b04f830d73"
repo = "https://github.com/SpeedyWeather/SpeedyWeather.jl.git"
subdir = "SpeedyInternals"
2 changes: 2 additions & 0 deletions S/SpeedyInternals/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "c1df38006ed399020222f59d9e66c677bc3eb51a"
Loading