diff --git a/N/NullBroadcasts/Compat.toml b/N/NullBroadcasts/Compat.toml new file mode 100644 index 000000000000000..3e752691dd5c8ec --- /dev/null +++ b/N/NullBroadcasts/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.8.0-1" diff --git a/N/NullBroadcasts/Deps.toml b/N/NullBroadcasts/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/N/NullBroadcasts/Package.toml b/N/NullBroadcasts/Package.toml new file mode 100644 index 000000000000000..d93b8e865d9a379 --- /dev/null +++ b/N/NullBroadcasts/Package.toml @@ -0,0 +1,3 @@ +name = "NullBroadcasts" +uuid = "0d71be07-595a-4f89-9529-4065a4ab43a6" +repo = "https://github.com/CliMA/NullBroadcasts.jl.git" diff --git a/N/NullBroadcasts/Versions.toml b/N/NullBroadcasts/Versions.toml new file mode 100644 index 000000000000000..a7f559e06b5391b --- /dev/null +++ b/N/NullBroadcasts/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "343c7bb67d0a29ea5d7d2b3e945afe81e2862337" diff --git a/Registry.toml b/Registry.toml index 52ebe9bb062bd89..9ce27939b226ba9 100644 --- a/Registry.toml +++ b/Registry.toml @@ -627,6 +627,7 @@ some amount of consideration when choosing package names. 0d57b887-6120-40e6-8b8c-29d3116bc0c1 = { name = "CameraModels", path = "C/CameraModels" } 0d5d47ad-f746-49e0-b7ca-67b1cd51b473 = { name = "CBSOData3", path = "C/CBSOData3" } 0d6c9454-f81a-4f72-b66a-3a4362bb1520 = { name = "Pastebin", path = "P/Pastebin" } +0d71be07-595a-4f89-9529-4065a4ab43a6 = { name = "NullBroadcasts", path = "N/NullBroadcasts" } 0d73aaa9-994a-4556-95d0-da67cb772a03 = { name = "UNet", path = "U/UNet" } 0d749214-bdee-449c-a2f9-b2fa4e49104e = { name = "Taylor", path = "T/Taylor" } 0d7ed370-da01-4f52-bd93-41d350b8b718 = { name = "StaticArrayInterface", path = "S/StaticArrayInterface" }