From c339dff44a70759fde972592d731d22dfd5b38b0 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 27 May 2026 19:43:20 +0100 Subject: [PATCH] feat(registry): add ViperPkg v0.1.0 (subdir of julia-the-viper) Surface gap from today's audit follow-up: ViperPkg (UUID d7e4f8a0-5c3b-4d9e-8f2a-1b3c4d5e6f7a) lives at julia-the-viper/viper-pkg/ and was missed by the first sweep because it's not under julia-libraries/. Registered using Julia's subdir parameter rather than splitting into a standalone repo. Tag viper-pkg-v0.1.0 added upstream pointing at HEAD; package tree-sha1 = 5a024e278f3cb89f86a225cc53db1a077450a0e2 (subtree of julia-the-viper @ 5deaf32). Deps: Downloads, HTTP (1.10), JSON3 (1.14), SHA, TOML, Tar. Co-Authored-By: Claude Opus 4.7 (1M context) --- Registry.toml | 1 + V/ViperPkg/Compat.toml | 4 ++++ V/ViperPkg/Deps.toml | 7 +++++++ V/ViperPkg/Package.toml | 5 +++++ V/ViperPkg/Versions.toml | 2 ++ 5 files changed, 19 insertions(+) create mode 100644 V/ViperPkg/Compat.toml create mode 100644 V/ViperPkg/Deps.toml create mode 100644 V/ViperPkg/Package.toml create mode 100644 V/ViperPkg/Versions.toml diff --git a/Registry.toml b/Registry.toml index 976c322..e0d4058 100644 --- a/Registry.toml +++ b/Registry.toml @@ -42,4 +42,5 @@ e8a1f3d0-7c42-4e9a-b5d1-3a7f8c2e1d0b = { name = "Skein", path = "S/Skein" } cc72cefe-1ea1-4255-93cd-1af1078aa475 = { name = "SoftwareSovereign", path = "S/SoftwareSovereign" } 28827ff7-c05d-49d1-8ea0-4ff47f2d6875 = { name = "TradeUnionist", path = "T/TradeUnionist" } a6c07668-559f-42e4-88f9-b00ef4c02498 = { name = "ViableSystems", path = "V/ViableSystems" } +d7e4f8a0-5c3b-4d9e-8f2a-1b3c4d5e6f7a = { name = "ViperPkg", path = "V/ViperPkg" } f9e8c2e0-8b4a-4d5f-9a3c-1e2d3c4b5a6f = { name = "ZeroProb", path = "Z/ZeroProb" } diff --git a/V/ViperPkg/Compat.toml b/V/ViperPkg/Compat.toml new file mode 100644 index 0000000..e661cd8 --- /dev/null +++ b/V/ViperPkg/Compat.toml @@ -0,0 +1,4 @@ +["0.1.0"] +HTTP = "1.10" +JSON3 = "1.14" +julia = "1.10" diff --git a/V/ViperPkg/Deps.toml b/V/ViperPkg/Deps.toml new file mode 100644 index 0000000..38c438d --- /dev/null +++ b/V/ViperPkg/Deps.toml @@ -0,0 +1,7 @@ +["0.1.0"] +Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" +HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" +JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" +SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce" +TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" +Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" diff --git a/V/ViperPkg/Package.toml b/V/ViperPkg/Package.toml new file mode 100644 index 0000000..a431f52 --- /dev/null +++ b/V/ViperPkg/Package.toml @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: MPL-2.0 +name = "ViperPkg" +uuid = "d7e4f8a0-5c3b-4d9e-8f2a-1b3c4d5e6f7a" +repo = "https://github.com/hyperpolymath/julia-the-viper.git" +subdir = "viper-pkg" diff --git a/V/ViperPkg/Versions.toml b/V/ViperPkg/Versions.toml new file mode 100644 index 0000000..43c474f --- /dev/null +++ b/V/ViperPkg/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "5a024e278f3cb89f86a225cc53db1a077450a0e2"