From 82651cf92a5acffb342f5aa4b788472213460762 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Thu, 23 Jun 2022 06:46:55 +0000 Subject: [PATCH] New package: SymbolicControlSystems v0.1.0 UUID: 886cb795-8fd3-4b11-92f6-8071e46f71c5 Repo: https://github.com/JuliaControl/SymbolicControlSystems.jl.git Tree: ed8c99f7510bd12b24f5ae21d1cc2f1e20602252 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- Registry.toml | 1 + S/SymbolicControlSystems/Compat.toml | 6 ++++++ S/SymbolicControlSystems/Deps.toml | 7 +++++++ S/SymbolicControlSystems/Package.toml | 3 +++ S/SymbolicControlSystems/Versions.toml | 2 ++ 5 files changed, 19 insertions(+) create mode 100644 S/SymbolicControlSystems/Compat.toml create mode 100644 S/SymbolicControlSystems/Deps.toml create mode 100644 S/SymbolicControlSystems/Package.toml create mode 100644 S/SymbolicControlSystems/Versions.toml diff --git a/Registry.toml b/Registry.toml index c31b5c20e098ae6..905a5202870da26 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4224,6 +4224,7 @@ some amount of consideration when choosing package names. 88564308-05f9-4728-994a-86d35eafc244 = { name = "WordleSolver", path = "W/WordleSolver" } 88578114-2e0c-4679-8b18-24dc4fa60bec = { name = "MATDaemon", path = "M/MATDaemon" } 88634af6-177f-5301-88b8-7819386cfa38 = { name = "SaferIntegers", path = "S/SaferIntegers" } +886cb795-8fd3-4b11-92f6-8071e46f71c5 = { name = "SymbolicControlSystems", path = "S/SymbolicControlSystems" } 886fa1cc-5380-4008-8113-0516998d4847 = { name = "MetaDataGraphs", path = "M/MetaDataGraphs" } 888e69b1-873b-5047-a2fc-24c07cbe9dc8 = { name = "muparser_jll", path = "M/muparser_jll" } 88a5189c-e7ff-4f85-ac6b-e6158070f02e = { name = "DataAugmentation", path = "D/DataAugmentation" } diff --git a/S/SymbolicControlSystems/Compat.toml b/S/SymbolicControlSystems/Compat.toml new file mode 100644 index 000000000000000..d655bda2ee18b17 --- /dev/null +++ b/S/SymbolicControlSystems/Compat.toml @@ -0,0 +1,6 @@ +[0] +ControlSystems = "0.12" +Latexify = "0.14-0.15" +SymPy = "1" +Symbolics = "4.4.0-4" +julia = "1.5.0-1" diff --git a/S/SymbolicControlSystems/Deps.toml b/S/SymbolicControlSystems/Deps.toml new file mode 100644 index 000000000000000..c1adfecdd79210e --- /dev/null +++ b/S/SymbolicControlSystems/Deps.toml @@ -0,0 +1,7 @@ +[0] +ControlSystems = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" +InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" +Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +SymPy = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6" +Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" diff --git a/S/SymbolicControlSystems/Package.toml b/S/SymbolicControlSystems/Package.toml new file mode 100644 index 000000000000000..7aa61701183131a --- /dev/null +++ b/S/SymbolicControlSystems/Package.toml @@ -0,0 +1,3 @@ +name = "SymbolicControlSystems" +uuid = "886cb795-8fd3-4b11-92f6-8071e46f71c5" +repo = "https://github.com/JuliaControl/SymbolicControlSystems.jl.git" diff --git a/S/SymbolicControlSystems/Versions.toml b/S/SymbolicControlSystems/Versions.toml new file mode 100644 index 000000000000000..9eeb1adf3c859c5 --- /dev/null +++ b/S/SymbolicControlSystems/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "ed8c99f7510bd12b24f5ae21d1cc2f1e20602252"