Skip to content

Commit e0690ef

Browse files
feat(registry): add ViperPkg v0.1.0 (subdir of julia-the-viper) (#18)
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) <noreply@anthropic.com>
1 parent faab15d commit e0690ef

5 files changed

Lines changed: 19 additions & 0 deletions

File tree

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ e8a1f3d0-7c42-4e9a-b5d1-3a7f8c2e1d0b = { name = "Skein", path = "S/Skein" }
4242
cc72cefe-1ea1-4255-93cd-1af1078aa475 = { name = "SoftwareSovereign", path = "S/SoftwareSovereign" }
4343
28827ff7-c05d-49d1-8ea0-4ff47f2d6875 = { name = "TradeUnionist", path = "T/TradeUnionist" }
4444
a6c07668-559f-42e4-88f9-b00ef4c02498 = { name = "ViableSystems", path = "V/ViableSystems" }
45+
d7e4f8a0-5c3b-4d9e-8f2a-1b3c4d5e6f7a = { name = "ViperPkg", path = "V/ViperPkg" }
4546
f9e8c2e0-8b4a-4d5f-9a3c-1e2d3c4b5a6f = { name = "ZeroProb", path = "Z/ZeroProb" }

V/ViperPkg/Compat.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
["0.1.0"]
2+
HTTP = "1.10"
3+
JSON3 = "1.14"
4+
julia = "1.10"

V/ViperPkg/Deps.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
["0.1.0"]
2+
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
3+
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
4+
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
5+
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
6+
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
7+
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"

V/ViperPkg/Package.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-License-Identifier: MPL-2.0
2+
name = "ViperPkg"
3+
uuid = "d7e4f8a0-5c3b-4d9e-8f2a-1b3c4d5e6f7a"
4+
repo = "https://github.com/hyperpolymath/julia-the-viper.git"
5+
subdir = "viper-pkg"

V/ViperPkg/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["0.1.0"]
2+
git-tree-sha1 = "5a024e278f3cb89f86a225cc53db1a077450a0e2"

0 commit comments

Comments
 (0)