From 30353a37a4b22a2f05cfdaaca82b3b51b4327ea2 Mon Sep 17 00:00:00 2001 From: Registrator Date: Sat, 23 Nov 2024 19:30:53 +0530 Subject: [PATCH] New package: PrismAId v0.6.3 (#119817) UUID: 118a867e-9825-46ae-bed0-f8987ebdd75d Repo: https://github.com/open-and-sustainable/prismaid.git Tree: 4f2b84704a8f3191ccd49fd28ff7885829de7cdc Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- P/PrismAId/Compat.toml | 3 +++ P/PrismAId/Deps.toml | 2 ++ P/PrismAId/Package.toml | 4 ++++ P/PrismAId/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 12 insertions(+) create mode 100644 P/PrismAId/Compat.toml create mode 100644 P/PrismAId/Deps.toml create mode 100644 P/PrismAId/Package.toml create mode 100644 P/PrismAId/Versions.toml diff --git a/P/PrismAId/Compat.toml b/P/PrismAId/Compat.toml new file mode 100644 index 000000000000000..619656c34133c07 --- /dev/null +++ b/P/PrismAId/Compat.toml @@ -0,0 +1,3 @@ +[0] +Test = "1.11.0-1" +julia = "1.11.0-1" diff --git a/P/PrismAId/Deps.toml b/P/PrismAId/Deps.toml new file mode 100644 index 000000000000000..2c7c87121833631 --- /dev/null +++ b/P/PrismAId/Deps.toml @@ -0,0 +1,2 @@ +[0] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/P/PrismAId/Package.toml b/P/PrismAId/Package.toml new file mode 100644 index 000000000000000..0fc8b396845885e --- /dev/null +++ b/P/PrismAId/Package.toml @@ -0,0 +1,4 @@ +name = "PrismAId" +uuid = "118a867e-9825-46ae-bed0-f8987ebdd75d" +repo = "https://github.com/open-and-sustainable/prismaid.git" +subdir = "julia/PrismAId" diff --git a/P/PrismAId/Versions.toml b/P/PrismAId/Versions.toml new file mode 100644 index 000000000000000..debe2e5bec61c5e --- /dev/null +++ b/P/PrismAId/Versions.toml @@ -0,0 +1,2 @@ +["0.6.3"] +git-tree-sha1 = "4f2b84704a8f3191ccd49fd28ff7885829de7cdc" diff --git a/Registry.toml b/Registry.toml index afe0ef2d880884b..d3f4da3a6b06fdf 100644 --- a/Registry.toml +++ b/Registry.toml @@ -823,6 +823,7 @@ some amount of consideration when choosing package names. 1183f4f0-6f2a-5f1a-908b-139f9cdfea6f = { name = "libdecor_jll", path = "jll/L/libdecor_jll" } 1186189a-80ad-45af-add8-08b461ccbf8f = { name = "SaguaroTraderResults", path = "S/SaguaroTraderResults" } 11879493-52b3-4e20-990d-281c54a395a1 = { name = "Tesseract", path = "T/Tesseract" } +118a867e-9825-46ae-bed0-f8987ebdd75d = { name = "PrismAId", path = "P/PrismAId" } 1194c000-87c4-4102-b4a0-a6217ec4849e = { name = "PetscCall", path = "P/PetscCall" } 119b26b8-39d9-4e2d-8f08-406d7b73be9f = { name = "SimulatedAnnealing", path = "S/SimulatedAnnealing" } 11a47235-7b84-4c7c-b885-fc3e2a9cf955 = { name = "SignalDecomposition", path = "S/SignalDecomposition" }