From 764287406a2d569405b62ac4fb9b37c38a1fdd34 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Thu, 26 Oct 2023 16:02:21 +0000 Subject: [PATCH] New package: SkewLinearAlgebra v0.1.0 UUID: 5c889d49-8c60-4500-9d10-5d3a22e2f4b9 Repo: https://github.com/JuliaLinearAlgebra/SkewLinearAlgebra.jl.git Tree: cf1b291097a01b2ee4143aa4e7af5d3235c3c598 Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- Registry.toml | 1 + S/SkewLinearAlgebra/Compat.toml | 2 ++ S/SkewLinearAlgebra/Deps.toml | 2 ++ S/SkewLinearAlgebra/Package.toml | 3 +++ S/SkewLinearAlgebra/Versions.toml | 2 ++ 5 files changed, 10 insertions(+) create mode 100644 S/SkewLinearAlgebra/Compat.toml create mode 100644 S/SkewLinearAlgebra/Deps.toml create mode 100644 S/SkewLinearAlgebra/Package.toml create mode 100644 S/SkewLinearAlgebra/Versions.toml diff --git a/Registry.toml b/Registry.toml index e0664260d5ad3b1..ffd16edccdd3284 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3685,6 +3685,7 @@ some amount of consideration when choosing package names. 5c4fdc26-39e3-47cf-9034-e533e09961c2 = { name = "GenieSessionFileSession", path = "G/GenieSessionFileSession" } 5c51c916-43bf-57fe-9d62-13064ebbf40d = { name = "DAQP_jll", path = "jll/D/DAQP_jll" } 5c625665-895d-44ff-86f3-2d138af5696e = { name = "MoziFEMaterial", path = "M/MoziFEMaterial" } +5c889d49-8c60-4500-9d10-5d3a22e2f4b9 = { name = "SkewLinearAlgebra", path = "S/SkewLinearAlgebra" } 5c8b4ca1-0b6a-42b8-94b6-413025dcddf5 = { name = "KROME", path = "K/KROME" } 5c8d321f-d88f-4112-b4bc-67901fc2de0a = { name = "AdvRBMs", path = "A/AdvRBMs" } 5c8ed15e-5a4c-59e4-a42b-c7e8811fb125 = { name = "LinearOperators", path = "L/LinearOperators" } diff --git a/S/SkewLinearAlgebra/Compat.toml b/S/SkewLinearAlgebra/Compat.toml new file mode 100644 index 000000000000000..0e0db8e58d489c6 --- /dev/null +++ b/S/SkewLinearAlgebra/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.6.0-1" diff --git a/S/SkewLinearAlgebra/Deps.toml b/S/SkewLinearAlgebra/Deps.toml new file mode 100644 index 000000000000000..96eab012353f8df --- /dev/null +++ b/S/SkewLinearAlgebra/Deps.toml @@ -0,0 +1,2 @@ +[0] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/S/SkewLinearAlgebra/Package.toml b/S/SkewLinearAlgebra/Package.toml new file mode 100644 index 000000000000000..1811197e844d6ef --- /dev/null +++ b/S/SkewLinearAlgebra/Package.toml @@ -0,0 +1,3 @@ +name = "SkewLinearAlgebra" +uuid = "5c889d49-8c60-4500-9d10-5d3a22e2f4b9" +repo = "https://github.com/JuliaLinearAlgebra/SkewLinearAlgebra.jl.git" diff --git a/S/SkewLinearAlgebra/Versions.toml b/S/SkewLinearAlgebra/Versions.toml new file mode 100644 index 000000000000000..46916cd1443124e --- /dev/null +++ b/S/SkewLinearAlgebra/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "cf1b291097a01b2ee4143aa4e7af5d3235c3c598"