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"