From c2d74a433e11603bf22420f3df9eb37e2c67cedb Mon Sep 17 00:00:00 2001 From: JuliaHubRegistrator Date: Fri, 17 Jan 2025 20:32:54 +0000 Subject: [PATCH] New package: SampleArrays v0.0.2 UUID: 740e20ac-97ea-4c00-b3fe-fb313cfcaca0 Repo: https://github.com/Ntropic/SampleArrays.jl.git Tree: 6186698522d81b153b1eb6600f1293b6d6ddcdcd Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 --- Registry.toml | 1 + S/SampleArrays/Compat.toml | 2 ++ S/SampleArrays/Deps.toml | 0 S/SampleArrays/Package.toml | 3 +++ S/SampleArrays/Versions.toml | 2 ++ 5 files changed, 8 insertions(+) create mode 100644 S/SampleArrays/Compat.toml create mode 100644 S/SampleArrays/Deps.toml create mode 100644 S/SampleArrays/Package.toml create mode 100644 S/SampleArrays/Versions.toml diff --git a/Registry.toml b/Registry.toml index 493cf553ae50b20..9507d3c817c91d0 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5435,6 +5435,7 @@ some amount of consideration when choosing package names. 74087812-796a-5b5d-8853-05524746bad3 = { name = "Random123", path = "R/Random123" } 7408c33d-3899-58ec-b6f6-b7e67cfb9908 = { name = "JSCall", path = "J/JSCall" } 740b204e-26e5-40b1-866a-9c367e60c4b6 = { name = "CheckedArithmeticCore", path = "C/CheckedArithmeticCore" } +740e20ac-97ea-4c00-b3fe-fb313cfcaca0 = { name = "SampleArrays", path = "S/SampleArrays" } 74123790-a849-591a-9c73-46a70652358a = { name = "cppcheck_jll", path = "jll/C/cppcheck_jll" } 741b9549-f6ed-4911-9fbf-4a1c0c97f0cd = { name = "Legolas", path = "L/Legolas" } 7424abe3-9926-5da8-9b28-863d6330819c = { name = "bsdiff_classic_jll", path = "jll/B/bsdiff_classic_jll" } diff --git a/S/SampleArrays/Compat.toml b/S/SampleArrays/Compat.toml new file mode 100644 index 000000000000000..b2bc093e583c235 --- /dev/null +++ b/S/SampleArrays/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.6.7-1" diff --git a/S/SampleArrays/Deps.toml b/S/SampleArrays/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/S/SampleArrays/Package.toml b/S/SampleArrays/Package.toml new file mode 100644 index 000000000000000..2fc857bcf0f251d --- /dev/null +++ b/S/SampleArrays/Package.toml @@ -0,0 +1,3 @@ +name = "SampleArrays" +uuid = "740e20ac-97ea-4c00-b3fe-fb313cfcaca0" +repo = "https://github.com/Ntropic/SampleArrays.jl.git" diff --git a/S/SampleArrays/Versions.toml b/S/SampleArrays/Versions.toml new file mode 100644 index 000000000000000..45c86825b4a89cd --- /dev/null +++ b/S/SampleArrays/Versions.toml @@ -0,0 +1,2 @@ +["0.0.2"] +git-tree-sha1 = "6186698522d81b153b1eb6600f1293b6d6ddcdcd"