From 5679d39c6a76c2514410ba79d29e5ade9fd6a2be Mon Sep 17 00:00:00 2001 From: JuliaHubRegistrator Date: Thu, 5 Feb 2026 13:32:17 +0000 Subject: [PATCH] New package: RxvtKeyBindings v0.1.0 UUID: 669f0021-236d-4bc5-9694-b723bfb83af1 Repo: https://github.com/matthias314/RxvtKeyBindings.jl.git Tree: f0770c00aded462ee0c1af1b17bf5baa4fe0c128 Registrator tree SHA: be588f25c435fa5b456b986adf2f5c02bd3298f2 --- R/RxvtKeyBindings/Compat.toml | 3 +++ R/RxvtKeyBindings/Deps.toml | 2 ++ R/RxvtKeyBindings/Package.toml | 3 +++ R/RxvtKeyBindings/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 11 insertions(+) create mode 100644 R/RxvtKeyBindings/Compat.toml create mode 100644 R/RxvtKeyBindings/Deps.toml create mode 100644 R/RxvtKeyBindings/Package.toml create mode 100644 R/RxvtKeyBindings/Versions.toml diff --git a/R/RxvtKeyBindings/Compat.toml b/R/RxvtKeyBindings/Compat.toml new file mode 100644 index 000000000000000..9b75055182ed126 --- /dev/null +++ b/R/RxvtKeyBindings/Compat.toml @@ -0,0 +1,3 @@ +[0] +REPL = "1.11.0 - 1" +julia = "1.11.0 - 1" diff --git a/R/RxvtKeyBindings/Deps.toml b/R/RxvtKeyBindings/Deps.toml new file mode 100644 index 000000000000000..7cd58bc88bd9585 --- /dev/null +++ b/R/RxvtKeyBindings/Deps.toml @@ -0,0 +1,2 @@ +[0] +REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" diff --git a/R/RxvtKeyBindings/Package.toml b/R/RxvtKeyBindings/Package.toml new file mode 100644 index 000000000000000..abefec335bce55e --- /dev/null +++ b/R/RxvtKeyBindings/Package.toml @@ -0,0 +1,3 @@ +name = "RxvtKeyBindings" +uuid = "669f0021-236d-4bc5-9694-b723bfb83af1" +repo = "https://github.com/matthias314/RxvtKeyBindings.jl.git" diff --git a/R/RxvtKeyBindings/Versions.toml b/R/RxvtKeyBindings/Versions.toml new file mode 100644 index 000000000000000..b372d0da1294fd6 --- /dev/null +++ b/R/RxvtKeyBindings/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "f0770c00aded462ee0c1af1b17bf5baa4fe0c128" diff --git a/Registry.toml b/Registry.toml index 41fd6d72552722d..8d9ca8239a43d71 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5299,6 +5299,7 @@ some amount of consideration when choosing package names. 6690c6e9-4e12-53b8-b8fd-4bffaef8839f = { name = "normaliz_jll", path = "jll/N/normaliz_jll" } 6694b27a-7f2b-41da-9dea-d3f4793b6534 = { name = "OnlineLogBinning", path = "O/OnlineLogBinning" } 669c94d9-1f4b-4b64-b377-1aa079aa2388 = { name = "OrdinaryDiffEqSSPRK", path = "O/OrdinaryDiffEqSSPRK" } +669f0021-236d-4bc5-9694-b723bfb83af1 = { name = "RxvtKeyBindings", path = "R/RxvtKeyBindings" } 66a33bbf-0c2b-5fc8-a008-9da813334f0a = { name = "MLLabelUtils", path = "M/MLLabelUtils" } 66b61cbe-0446-4d5d-9090-1ff510639f9d = { name = "AlgebraicSolving", path = "A/AlgebraicSolving" } 66b63344-7bd8-483a-a4f0-15733e6c45d1 = { name = "RangeTrees", path = "R/RangeTrees" }