diff --git a/G/Glue/Compat.toml b/G/Glue/Compat.toml new file mode 100644 index 000000000000000..3263cd5644b5ed0 --- /dev/null +++ b/G/Glue/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1.9.0-*" diff --git a/G/Glue/Deps.toml b/G/Glue/Deps.toml new file mode 100644 index 000000000000000..ee55fabbd297e98 --- /dev/null +++ b/G/Glue/Deps.toml @@ -0,0 +1,5 @@ +[0] +GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0" +GraphvizDotLang = "6039e64d-d8b8-4c93-8e43-7efd2f757352" +Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" +Match = "7eb4fadd-790c-5f42-8a69-bfa0b872bfbf" diff --git a/G/Glue/Package.toml b/G/Glue/Package.toml new file mode 100644 index 000000000000000..8b8d25a1bd8434e --- /dev/null +++ b/G/Glue/Package.toml @@ -0,0 +1,3 @@ +name = "Glue" +uuid = "d89a494f-3841-4324-82bc-a003799788bd" +repo = "https://github.com/tz-lom/Glue.git" diff --git a/G/Glue/Versions.toml b/G/Glue/Versions.toml new file mode 100644 index 000000000000000..f31f495100e3205 --- /dev/null +++ b/G/Glue/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "08fd3092d22292501f5fbc58e6b19c3745c59a4d" diff --git a/Registry.toml b/Registry.toml index a0efe85468daf31..446c30c87e2711d 100644 --- a/Registry.toml +++ b/Registry.toml @@ -9697,6 +9697,7 @@ d88a00a0-4a21-4fe4-a515-e2123c37b885 = { name = "AccessibleOptimization", path = d89171c1-af8f-46b3-badf-d2a472317c15 = { name = "ITensorGPU", path = "I/ITensorGPU" } d8961e24-b28b-4efb-8e50-1c680b9a7431 = { name = "FindPeaks1D", path = "F/FindPeaks1D" } d896c661-108c-409d-a26f-7fe446e2d3d3 = { name = "FastTabular", path = "F/FastTabular" } +d89a494f-3841-4324-82bc-a003799788bd = { name = "Glue", path = "G/Glue" } d8a4904e-b15c-11e9-3269-09a3773c0cb0 = { name = "MutableArithmetics", path = "M/MutableArithmetics" } d8a96929-0be6-44df-b03a-619eb7e9790e = { name = "LennardJones", path = "L/LennardJones" } d8ab9f86-dde6-11e9-3216-afd74457b932 = { name = "ParaReal", path = "P/ParaReal" }