From 2dde666d04563859ca3a53e55ef954d96fdaac59 Mon Sep 17 00:00:00 2001 From: Registrator Date: Fri, 10 Jun 2022 18:48:25 +0530 Subject: [PATCH] New package: PeriodicGraphEquilibriumPlacement v0.1.0 (#61895) UUID: 72a2d4b8-adbf-4c88-a101-42c807716bb0 Repo: https://github.com/Liozou/PeriodicGraphEquilibriumPlacement.jl.git Tree: 63e2ced608fa8b15eb2617e6b5ddeb9be63e2260 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- P/PeriodicGraphEquilibriumPlacement/Compat.toml | 6 ++++++ P/PeriodicGraphEquilibriumPlacement/Deps.toml | 7 +++++++ P/PeriodicGraphEquilibriumPlacement/Package.toml | 3 +++ P/PeriodicGraphEquilibriumPlacement/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 19 insertions(+) create mode 100644 P/PeriodicGraphEquilibriumPlacement/Compat.toml create mode 100644 P/PeriodicGraphEquilibriumPlacement/Deps.toml create mode 100644 P/PeriodicGraphEquilibriumPlacement/Package.toml create mode 100644 P/PeriodicGraphEquilibriumPlacement/Versions.toml diff --git a/P/PeriodicGraphEquilibriumPlacement/Compat.toml b/P/PeriodicGraphEquilibriumPlacement/Compat.toml new file mode 100644 index 000000000000000..b42e0371391c293 --- /dev/null +++ b/P/PeriodicGraphEquilibriumPlacement/Compat.toml @@ -0,0 +1,6 @@ +[0] +BigRationals = "0.1" +Graphs = "1.3.0-1" +PeriodicGraphs = "0.8.1-0.8" +StaticArrays = ["0.12.4-0.12", "1"] +julia = "1.6.0-1" diff --git a/P/PeriodicGraphEquilibriumPlacement/Deps.toml b/P/PeriodicGraphEquilibriumPlacement/Deps.toml new file mode 100644 index 000000000000000..44a360fb7fa71a8 --- /dev/null +++ b/P/PeriodicGraphEquilibriumPlacement/Deps.toml @@ -0,0 +1,7 @@ +[0] +BigRationals = "4b135b7f-1e8f-46e2-b4fa-ae0bd8ae44fd" +Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +PeriodicGraphs = "18c5b727-b240-4874-878a-f2e242435bab" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" diff --git a/P/PeriodicGraphEquilibriumPlacement/Package.toml b/P/PeriodicGraphEquilibriumPlacement/Package.toml new file mode 100644 index 000000000000000..bf31d2383abd38d --- /dev/null +++ b/P/PeriodicGraphEquilibriumPlacement/Package.toml @@ -0,0 +1,3 @@ +name = "PeriodicGraphEquilibriumPlacement" +uuid = "72a2d4b8-adbf-4c88-a101-42c807716bb0" +repo = "https://github.com/Liozou/PeriodicGraphEquilibriumPlacement.jl.git" diff --git a/P/PeriodicGraphEquilibriumPlacement/Versions.toml b/P/PeriodicGraphEquilibriumPlacement/Versions.toml new file mode 100644 index 000000000000000..ab64697a72c8f34 --- /dev/null +++ b/P/PeriodicGraphEquilibriumPlacement/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "63e2ced608fa8b15eb2617e6b5ddeb9be63e2260" diff --git a/Registry.toml b/Registry.toml index a95202c810fad14..a7e77feb56af2f5 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3520,6 +3520,7 @@ some amount of consideration when choosing package names. 7277111d-0ca7-4af3-9cd2-5d6e94f85dba = { name = "WorldVocoder", path = "W/WorldVocoder" } 728860ae-c896-11e8-0b91-0f38ecad5046 = { name = "RHEOS", path = "R/RHEOS" } 728887dd-28ad-4880-9c43-8461f4f025ea = { name = "ZonalFlow", path = "Z/ZonalFlow" } +72a2d4b8-adbf-4c88-a101-42c807716bb0 = { name = "PeriodicGraphEquilibriumPlacement", path = "P/PeriodicGraphEquilibriumPlacement" } 72a4bdf2-be5e-5c84-b157-f1dc2927f791 = { name = "MAFFT_jll", path = "M/MAFFT_jll" } 72aeabae-b714-56e8-bb55-1d7ed6f48f02 = { name = "Qemu_jll", path = "Q/Qemu_jll" } 72b659bb-f61b-4d0d-9dbb-0f81f57d8545 = { name = "TableLogger", path = "T/TableLogger" }