diff --git a/Registry.toml b/Registry.toml index 56cffea8537a76a..3fd824610165883 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 = "StatArrays", path = "S/StatArrays" } 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/StatArrays/Compat.toml b/S/StatArrays/Compat.toml new file mode 100644 index 000000000000000..b2bc093e583c235 --- /dev/null +++ b/S/StatArrays/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.6.7-1" diff --git a/S/StatArrays/Deps.toml b/S/StatArrays/Deps.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/S/StatArrays/Package.toml b/S/StatArrays/Package.toml new file mode 100644 index 000000000000000..8fe997236bdb859 --- /dev/null +++ b/S/StatArrays/Package.toml @@ -0,0 +1,3 @@ +name = "StatArrays" +uuid = "740e20ac-97ea-4c00-b3fe-fb313cfcaca0" +repo = "https://github.com/Ntropic/StatArrays.jl.git" diff --git a/S/StatArrays/Versions.toml b/S/StatArrays/Versions.toml new file mode 100644 index 000000000000000..ba95c3ee540bc49 --- /dev/null +++ b/S/StatArrays/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "13394ff1f13c8061341b0b95f25ab71a4289c02c"