From 6462befd6b94960b9a1cdb4e5f992ca1525282ad Mon Sep 17 00:00:00 2001 From: JuliaHubRegistrator Date: Sat, 21 Sep 2024 02:41:52 +0000 Subject: [PATCH] New package: Gabs v1.0.0-DEV UUID: 0eb812ee-a11f-4f5e-b8d4-bb8a44f06f50 Repo: https://github.com/apkille/Gabs.jl.git Tree: 539fc1ffbb791dcf057ada62c31c63d0a028aba9 Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 --- G/Gabs/Compat.toml | 5 +++++ G/Gabs/Deps.toml | 4 ++++ G/Gabs/Package.toml | 3 +++ G/Gabs/Versions.toml | 2 ++ G/Gabs/WeakCompat.toml | 2 ++ G/Gabs/WeakDeps.toml | 2 ++ Registry.toml | 1 + 7 files changed, 19 insertions(+) create mode 100644 G/Gabs/Compat.toml create mode 100644 G/Gabs/Deps.toml create mode 100644 G/Gabs/Package.toml create mode 100644 G/Gabs/Versions.toml create mode 100644 G/Gabs/WeakCompat.toml create mode 100644 G/Gabs/WeakDeps.toml diff --git a/G/Gabs/Compat.toml b/G/Gabs/Compat.toml new file mode 100644 index 000000000000000..a3f7474bad8b258 --- /dev/null +++ b/G/Gabs/Compat.toml @@ -0,0 +1,5 @@ +[1] +LinearAlgebra = "1.9.0-1" +QuantumInterface = "0.3.4-0.3" +StaticArrays = "1.9.7-1" +julia = "1.6.7-1" diff --git a/G/Gabs/Deps.toml b/G/Gabs/Deps.toml new file mode 100644 index 000000000000000..3d1aa181a4dddf7 --- /dev/null +++ b/G/Gabs/Deps.toml @@ -0,0 +1,4 @@ +[1] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +QuantumInterface = "5717a53b-5d69-4fa3-b976-0bf2f97ca1e5" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" diff --git a/G/Gabs/Package.toml b/G/Gabs/Package.toml new file mode 100644 index 000000000000000..6948c464af12744 --- /dev/null +++ b/G/Gabs/Package.toml @@ -0,0 +1,3 @@ +name = "Gabs" +uuid = "0eb812ee-a11f-4f5e-b8d4-bb8a44f06f50" +repo = "https://github.com/apkille/Gabs.jl.git" diff --git a/G/Gabs/Versions.toml b/G/Gabs/Versions.toml new file mode 100644 index 000000000000000..af80928193aafe1 --- /dev/null +++ b/G/Gabs/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0-DEV"] +git-tree-sha1 = "539fc1ffbb791dcf057ada62c31c63d0a028aba9" diff --git a/G/Gabs/WeakCompat.toml b/G/Gabs/WeakCompat.toml new file mode 100644 index 000000000000000..1768c1bcc10ddec --- /dev/null +++ b/G/Gabs/WeakCompat.toml @@ -0,0 +1,2 @@ +[1] +Makie = "0.21.9-0.21" diff --git a/G/Gabs/WeakDeps.toml b/G/Gabs/WeakDeps.toml new file mode 100644 index 000000000000000..978dbb8761e3634 --- /dev/null +++ b/G/Gabs/WeakDeps.toml @@ -0,0 +1,2 @@ +[1] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" diff --git a/Registry.toml b/Registry.toml index d059f016e17069f..18f0330bb866dd2 100644 --- a/Registry.toml +++ b/Registry.toml @@ -675,6 +675,7 @@ some amount of consideration when choosing package names. 0ea325ba-5c5f-496b-acec-8be67510f465 = { name = "RealPolyhedralHomotopy", path = "R/RealPolyhedralHomotopy" } 0ea32739-31af-43e6-82ee-ebe6dcf00a6f = { name = "LowRankOps", path = "L/LowRankOps" } 0ea44823-1ff1-5b9a-8293-5fd55a38e746 = { name = "LCMCore", path = "L/LCMCore" } +0eb812ee-a11f-4f5e-b8d4-bb8a44f06f50 = { name = "Gabs", path = "G/Gabs" } 0eb8d820-af6a-4919-95ae-11206f830c31 = { name = "Pigeons", path = "P/Pigeons" } 0eb9048c-21de-4c7a-bfac-056de1940b74 = { name = "Algoim", path = "A/Algoim" } 0ec0bfde-29d9-4330-bf45-ac65ec309208 = { name = "MzCore", path = "M/MzCore" }