diff --git a/Registry.toml b/Registry.toml index 5a1abd3b971c153..fc28a18dd8c2c9c 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5421,6 +5421,7 @@ some amount of consideration when choosing package names. 7424abe3-9926-5da8-9b28-863d6330819c = { name = "bsdiff_classic_jll", path = "jll/B/bsdiff_classic_jll" } 7424e34d-94f7-41d6-98a0-85abaf1b6c91 = { name = "NFFTTools", path = "N/NFFTTools" } 7425d11c-6b70-11e9-2bc6-9bcd3191d4b9 = { name = "PowerModelsAnalytics", path = "P/PowerModelsAnalytics" } +7425e8e4-4cde-4e45-9b2f-a15679260f9b = { name = "SymplecticFactorizations", path = "S/SymplecticFactorizations" } 74334e00-59ce-546d-b517-81f3b7e1d491 = { name = "DSSP_jll", path = "jll/D/DSSP_jll" } 743831d1-0e6a-4e86-a0c4-1a098a68aca3 = { name = "MatterPower", path = "M/MatterPower" } 743a1d0a-8ebc-4f23-814b-50d006366bc6 = { name = "DataTables", path = "D/DataTables" } diff --git a/S/SymplecticFactorizations/Compat.toml b/S/SymplecticFactorizations/Compat.toml new file mode 100644 index 000000000000000..d934584d66cc10a --- /dev/null +++ b/S/SymplecticFactorizations/Compat.toml @@ -0,0 +1,3 @@ +[0] +LinearAlgebra = "1.9.0-1" +julia = "1.6.7-1" diff --git a/S/SymplecticFactorizations/Deps.toml b/S/SymplecticFactorizations/Deps.toml new file mode 100644 index 000000000000000..96eab012353f8df --- /dev/null +++ b/S/SymplecticFactorizations/Deps.toml @@ -0,0 +1,2 @@ +[0] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/S/SymplecticFactorizations/Package.toml b/S/SymplecticFactorizations/Package.toml new file mode 100644 index 000000000000000..41d61539892ae8c --- /dev/null +++ b/S/SymplecticFactorizations/Package.toml @@ -0,0 +1,3 @@ +name = "SymplecticFactorizations" +uuid = "7425e8e4-4cde-4e45-9b2f-a15679260f9b" +repo = "https://github.com/apkille/SymplecticFactorizations.jl.git" diff --git a/S/SymplecticFactorizations/Versions.toml b/S/SymplecticFactorizations/Versions.toml new file mode 100644 index 000000000000000..db3a29c6d0a8402 --- /dev/null +++ b/S/SymplecticFactorizations/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "c3f2f9ae35d14b21e0a3659e6f3c7a6f8e813268"