diff --git a/B/BoundedDegreeGraphs/Compat.toml b/B/BoundedDegreeGraphs/Compat.toml new file mode 100644 index 000000000000000..c24aacdb5346d5a --- /dev/null +++ b/B/BoundedDegreeGraphs/Compat.toml @@ -0,0 +1,3 @@ +[0] +Graphs = "1" +julia = "1.6.0-1" diff --git a/B/BoundedDegreeGraphs/Deps.toml b/B/BoundedDegreeGraphs/Deps.toml new file mode 100644 index 000000000000000..d860978303e9804 --- /dev/null +++ b/B/BoundedDegreeGraphs/Deps.toml @@ -0,0 +1,2 @@ +[0] +Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" diff --git a/B/BoundedDegreeGraphs/Package.toml b/B/BoundedDegreeGraphs/Package.toml new file mode 100644 index 000000000000000..eb8973e1a660a4f --- /dev/null +++ b/B/BoundedDegreeGraphs/Package.toml @@ -0,0 +1,3 @@ +name = "BoundedDegreeGraphs" +uuid = "3abdc024-f177-4c2d-bf1c-90d4f241f304" +repo = "https://github.com/SteffenPL/BoundedDegreeGraphs.jl.git" diff --git a/B/BoundedDegreeGraphs/Versions.toml b/B/BoundedDegreeGraphs/Versions.toml new file mode 100644 index 000000000000000..95c5297b9f51191 --- /dev/null +++ b/B/BoundedDegreeGraphs/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "58b0f5f3e9ffa4e6283c17d1dfef8eaf0499d790" diff --git a/Registry.toml b/Registry.toml index 4bfbc5a6a06daed..bc3d6c28fce1b61 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2245,6 +2245,7 @@ some amount of consideration when choosing package names. 3aaabd38-80f0-440d-8028-ff5345734cd4 = { name = "CoordinatedSupplyChains", path = "C/CoordinatedSupplyChains" } 3aafef2f-86ae-4776-b337-85a36adf0b55 = { name = "OptimizationMetaheuristics", path = "O/OptimizationMetaheuristics" } 3ab34fdf-2fe8-473b-9b20-30f5809db337 = { name = "NeXLMatrixCorrection", path = "N/NeXLMatrixCorrection" } +3abdc024-f177-4c2d-bf1c-90d4f241f304 = { name = "BoundedDegreeGraphs", path = "B/BoundedDegreeGraphs" } 3abffc1c-5106-53b7-b354-a47bfc086282 = { name = "ControlSystemIdentification", path = "C/ControlSystemIdentification" } 3ac119c9-1236-5556-b556-adc8150b0244 = { name = "Tokei_jll", path = "jll/T/Tokei_jll" } 3ac90d68-5a11-50c7-932e-af3f40d97fdc = { name = "SeisProcessing", path = "S/SeisProcessing" }