From 461e98901d52687415fd42b961f263f3f8e718c9 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 1 Jul 2024 19:12:55 +0000 Subject: [PATCH] New package: StructuredDecompositions v0.2.0 UUID: ba32925c-6e4c-4640-bed9-b00febeea19a Repo: https://github.com/AlgebraicJulia/StructuredDecompositions.jl.git Tree: d5b0849c63a883b0e96f2c6770cd56b17c3a717b Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- Registry.toml | 1 + S/StructuredDecompositions/Compat.toml | 5 +++++ S/StructuredDecompositions/Deps.toml | 11 +++++++++++ S/StructuredDecompositions/Package.toml | 3 +++ S/StructuredDecompositions/Versions.toml | 2 ++ 5 files changed, 22 insertions(+) create mode 100644 S/StructuredDecompositions/Compat.toml create mode 100644 S/StructuredDecompositions/Deps.toml create mode 100644 S/StructuredDecompositions/Package.toml create mode 100644 S/StructuredDecompositions/Versions.toml diff --git a/Registry.toml b/Registry.toml index 22acefe77bf7c51..75995af491b6800 100644 --- a/Registry.toml +++ b/Registry.toml @@ -8092,6 +8092,7 @@ ba154793-3a7d-51ee-8800-e295b0cf7374 = { name = "GAP_pkg_juliainterface_jll", pa ba1ee33b-8807-41fd-9812-6d5f2ce04139 = { name = "CUDASIMDTypes", path = "C/CUDASIMDTypes" } ba274cc4-b956-5b22-9ddf-0d83a922508d = { name = "whisper_cpp_jll", path = "jll/W/whisper_cpp_jll" } ba30903b-d9e8-5048-a5ec-d1f5b0d4b47b = { name = "CodecXz", path = "C/CodecXz" } +ba32925c-6e4c-4640-bed9-b00febeea19a = { name = "StructuredDecompositions", path = "S/StructuredDecompositions" } ba355c7d-02a9-511b-bb8a-ec390ce7a57a = { name = "MDAL_jll", path = "jll/M/MDAL_jll" } ba385536-920d-53da-b5db-5183e89bfaf8 = { name = "xtl_jll", path = "jll/X/xtl_jll" } ba3b429d-c409-5a27-9e45-21aab9233266 = { name = "primecount_jll", path = "jll/P/primecount_jll" } diff --git a/S/StructuredDecompositions/Compat.toml b/S/StructuredDecompositions/Compat.toml new file mode 100644 index 000000000000000..7161447d7368e07 --- /dev/null +++ b/S/StructuredDecompositions/Compat.toml @@ -0,0 +1,5 @@ +[0] +Catlab = "0.16" +MLStyle = "0.4" +PartialFunctions = "1.1.0-1" +julia = "1.7.0-1" diff --git a/S/StructuredDecompositions/Deps.toml b/S/StructuredDecompositions/Deps.toml new file mode 100644 index 000000000000000..757e2dd39947d63 --- /dev/null +++ b/S/StructuredDecompositions/Deps.toml @@ -0,0 +1,11 @@ +[0] +AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e" +AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" +Catlab = "134e5e36-593f-5add-ad60-77f754baafbe" +CuthillMcKee = "17f17636-5e38-52e3-a803-7ae3aaaf3da9" +DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078" +Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b" +PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" diff --git a/S/StructuredDecompositions/Package.toml b/S/StructuredDecompositions/Package.toml new file mode 100644 index 000000000000000..b800fc09c84cae3 --- /dev/null +++ b/S/StructuredDecompositions/Package.toml @@ -0,0 +1,3 @@ +name = "StructuredDecompositions" +uuid = "ba32925c-6e4c-4640-bed9-b00febeea19a" +repo = "https://github.com/AlgebraicJulia/StructuredDecompositions.jl.git" diff --git a/S/StructuredDecompositions/Versions.toml b/S/StructuredDecompositions/Versions.toml new file mode 100644 index 000000000000000..1510b5d3a0538b5 --- /dev/null +++ b/S/StructuredDecompositions/Versions.toml @@ -0,0 +1,2 @@ +["0.2.0"] +git-tree-sha1 = "d5b0849c63a883b0e96f2c6770cd56b17c3a717b"