diff --git a/Registry.toml b/Registry.toml index f91d518715497a0..94740229d558dff 100644 --- a/Registry.toml +++ b/Registry.toml @@ -873,6 +873,7 @@ some amount of consideration when choosing package names. 15fcbb24-5a00-427b-98c5-e32879a22884 = { name = "CGAL", path = "C/CGAL" } 1602be87-98d2-44e8-83ad-5679ea8c0714 = { name = "CSetAutomorphisms", path = "C/CSetAutomorphisms" } 1603b9d5-f456-4bc7-93d8-0a6ecb110267 = { name = "AlignedArrays", path = "A/AlignedArrays" } +1607259e-80f4-4675-b495-cb9c54bacb3f = { name = "SmallCouplingDynamicCavity", path = "S/SmallCouplingDynamicCavity" } 16094072-63d9-4fab-833b-5e04479784a5 = { name = "AdaptableFunctions", path = "A/AdaptableFunctions" } 160ba089-64bf-5ba7-9e14-98ab1d9bcb0a = { name = "LightGraphsMatching", path = "L/LightGraphsMatching" } 160d5eed-cb0b-5d5e-9732-2f740c539f3e = { name = "Intan", path = "I/Intan" } diff --git a/S/SmallCouplingDynamicCavity/Compat.toml b/S/SmallCouplingDynamicCavity/Compat.toml new file mode 100644 index 000000000000000..0db12476d587406 --- /dev/null +++ b/S/SmallCouplingDynamicCavity/Compat.toml @@ -0,0 +1,6 @@ +[2] +Distributions = "0.25" +Graphs = "1" +PyPlot = "2" +SparseArrays = "1" +julia = "1" diff --git a/S/SmallCouplingDynamicCavity/Deps.toml b/S/SmallCouplingDynamicCavity/Deps.toml new file mode 100644 index 000000000000000..47eb4c57c5f1038 --- /dev/null +++ b/S/SmallCouplingDynamicCavity/Deps.toml @@ -0,0 +1,5 @@ +[2] +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" +PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" diff --git a/S/SmallCouplingDynamicCavity/Package.toml b/S/SmallCouplingDynamicCavity/Package.toml new file mode 100644 index 000000000000000..81e988f6187e502 --- /dev/null +++ b/S/SmallCouplingDynamicCavity/Package.toml @@ -0,0 +1,3 @@ +name = "SmallCouplingDynamicCavity" +uuid = "1607259e-80f4-4675-b495-cb9c54bacb3f" +repo = "https://github.com/Mattiatarabolo/SmallCouplingDynamicCavity.jl.git" diff --git a/S/SmallCouplingDynamicCavity/Versions.toml b/S/SmallCouplingDynamicCavity/Versions.toml new file mode 100644 index 000000000000000..8fb9806340e6839 --- /dev/null +++ b/S/SmallCouplingDynamicCavity/Versions.toml @@ -0,0 +1,2 @@ +["2.0.0"] +git-tree-sha1 = "6bce3962ca7aa5bbc85d8d88be226384eb8c93ba"