From 514e15ca10c2d64b1b039c16bf9c5ea3b04635a9 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 7 Nov 2022 02:26:13 +0000 Subject: [PATCH] New package: NamedGraphs v0.0.1 UUID: 678767b0-92e7-4007-89e4-4527a8725b19 Repo: https://github.com/mtfishman/NamedGraphs.jl.git Tree: 7c5b281ad4f55a9fc631c14897e6b48e43b7e152 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- N/NamedGraphs/Compat.toml | 6 ++++++ N/NamedGraphs/Deps.toml | 5 +++++ N/NamedGraphs/Package.toml | 3 +++ N/NamedGraphs/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 17 insertions(+) create mode 100644 N/NamedGraphs/Compat.toml create mode 100644 N/NamedGraphs/Deps.toml create mode 100644 N/NamedGraphs/Package.toml create mode 100644 N/NamedGraphs/Versions.toml diff --git a/N/NamedGraphs/Compat.toml b/N/NamedGraphs/Compat.toml new file mode 100644 index 000000000000000..bdb3f7e82d43019 --- /dev/null +++ b/N/NamedGraphs/Compat.toml @@ -0,0 +1,6 @@ +[0] +AbstractTrees = "0.3-0.4" +Dictionaries = "0.3" +Graphs = "1" +MultiDimDictionaries = "0.0.1" +julia = "1.7.0-1" diff --git a/N/NamedGraphs/Deps.toml b/N/NamedGraphs/Deps.toml new file mode 100644 index 000000000000000..493e50c554b970d --- /dev/null +++ b/N/NamedGraphs/Deps.toml @@ -0,0 +1,5 @@ +[0] +AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" +Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" +Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" +MultiDimDictionaries = "87ff4268-a46e-478f-b30a-76b83dd64e3c" diff --git a/N/NamedGraphs/Package.toml b/N/NamedGraphs/Package.toml new file mode 100644 index 000000000000000..18c81dbe423570e --- /dev/null +++ b/N/NamedGraphs/Package.toml @@ -0,0 +1,3 @@ +name = "NamedGraphs" +uuid = "678767b0-92e7-4007-89e4-4527a8725b19" +repo = "https://github.com/mtfishman/NamedGraphs.jl.git" diff --git a/N/NamedGraphs/Versions.toml b/N/NamedGraphs/Versions.toml new file mode 100644 index 000000000000000..10cbc29a7fa6ce2 --- /dev/null +++ b/N/NamedGraphs/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "7c5b281ad4f55a9fc631c14897e6b48e43b7e152" diff --git a/Registry.toml b/Registry.toml index 5f5ce8a252b2770..0fbf4ef2683ac91 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3469,6 +3469,7 @@ some amount of consideration when choosing package names. 676d8d29-539e-4f06-b848-7dd647dd5291 = { name = "AdaptiveSparseGrids", path = "A/AdaptiveSparseGrids" } 6774de46-80ba-43f8-ba42-e41071ccfc5f = { name = "LieGroups", path = "L/LieGroups" } 677f5362-5107-42e4-8e81-51d9c4a1f96c = { name = "CanopyLayers", path = "C/CanopyLayers" } +678767b0-92e7-4007-89e4-4527a8725b19 = { name = "NamedGraphs", path = "N/NamedGraphs" } 678d7417-9a84-558b-a975-2deb8d71bebc = { name = "marble_jll", path = "M/marble_jll" } 67920dd8-b58e-52a8-8622-53c4cffbe346 = { name = "KNITRO", path = "K/KNITRO" } 6793090a-55ae-11e9-0511-73b91164f4ea = { name = "JuDocTemplates", path = "J/JuDocTemplates" }