diff --git a/P/PNoise/Compat.toml b/P/PNoise/Compat.toml new file mode 100644 index 000000000000000..7710d5426fd579e --- /dev/null +++ b/P/PNoise/Compat.toml @@ -0,0 +1,3 @@ +[0] +LinearAlgebra = "1.9.0 - 1" +julia = "1.9.0 - 1" diff --git a/P/PNoise/Deps.toml b/P/PNoise/Deps.toml new file mode 100644 index 000000000000000..96eab012353f8df --- /dev/null +++ b/P/PNoise/Deps.toml @@ -0,0 +1,2 @@ +[0] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/P/PNoise/Package.toml b/P/PNoise/Package.toml new file mode 100644 index 000000000000000..02355718093a8c0 --- /dev/null +++ b/P/PNoise/Package.toml @@ -0,0 +1,3 @@ +name = "PNoise" +uuid = "3aba9546-43d6-4ec1-9542-6d3f8f2a5c7f" +repo = "https://github.com/Zhurgut/PNoise.jl.git" diff --git a/P/PNoise/Versions.toml b/P/PNoise/Versions.toml new file mode 100644 index 000000000000000..f979af09cf0321d --- /dev/null +++ b/P/PNoise/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "d209dc221dac4d9ea9bcd6cc085a0bf2fc199711" diff --git a/Registry.toml b/Registry.toml index 84e8e965706620d..68e5ff799f34315 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3090,6 +3090,7 @@ some amount of consideration when choosing package names. 3ab34fdf-2fe8-473b-9b20-30f5809db337 = { name = "NeXLMatrixCorrection", path = "N/NeXLMatrixCorrection" } 3ab57c46-54b1-52cd-a3f5-dc477084d9ef = { name = "Qt6Positioning_jll", path = "jll/Q/Qt6Positioning_jll" } 3aba0aed-08ca-55af-8b7a-52957b70b9aa = { name = "mxml_jll", path = "jll/M/mxml_jll" } +3aba9546-43d6-4ec1-9542-6d3f8f2a5c7f = { name = "PNoise", path = "P/PNoise" } 3abbdab7-df67-4801-8590-8effec53f469 = { name = "VOTables", path = "V/VOTables" } 3abd092d-e7bc-4ec6-94c6-c6851986118d = { name = "BcdiStrain", path = "B/BcdiStrain" } 3abdc024-f177-4c2d-bf1c-90d4f241f304 = { name = "BoundedDegreeGraphs", path = "B/BoundedDegreeGraphs" }