From e00678e05e73c2582db94d21f7ade6c967d32218 Mon Sep 17 00:00:00 2001 From: Registrator Date: Wed, 9 Aug 2023 20:13:25 +0530 Subject: [PATCH] New package: MicrobeAgents v0.1.0 (#89140) UUID: b17a4bac-8667-4a2d-84f7-1883ae0b8dbb Repo: https://github.com/mastrof/MicrobeAgents.jl.git Tree: 2a853163951154ca0aa0c45decb542a53b30c29e Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- M/MicrobeAgents/Compat.toml | 11 +++++++++++ M/MicrobeAgents/Deps.toml | 12 ++++++++++++ M/MicrobeAgents/Package.toml | 3 +++ M/MicrobeAgents/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 29 insertions(+) create mode 100644 M/MicrobeAgents/Compat.toml create mode 100644 M/MicrobeAgents/Deps.toml create mode 100644 M/MicrobeAgents/Package.toml create mode 100644 M/MicrobeAgents/Versions.toml diff --git a/M/MicrobeAgents/Compat.toml b/M/MicrobeAgents/Compat.toml new file mode 100644 index 000000000000000..b94d58a9fa8187a --- /dev/null +++ b/M/MicrobeAgents/Compat.toml @@ -0,0 +1,11 @@ +[0] +Agents = "5" +AxisArrays = "0.4" +CellListMap = "0.8" +DSP = "0.7" +Distributions = "0.25" +GeometryBasics = "0.4" +OffsetArrays = "1" +Rotations = "1" +StaticArrays = "1" +julia = "1" diff --git a/M/MicrobeAgents/Deps.toml b/M/MicrobeAgents/Deps.toml new file mode 100644 index 000000000000000..c92beb30d5f915a --- /dev/null +++ b/M/MicrobeAgents/Deps.toml @@ -0,0 +1,12 @@ +[0] +Agents = "46ada45e-f475-11e8-01d0-f70cc89e6671" +AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" +CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864" +DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" diff --git a/M/MicrobeAgents/Package.toml b/M/MicrobeAgents/Package.toml new file mode 100644 index 000000000000000..0de9cd6d09d84b7 --- /dev/null +++ b/M/MicrobeAgents/Package.toml @@ -0,0 +1,3 @@ +name = "MicrobeAgents" +uuid = "b17a4bac-8667-4a2d-84f7-1883ae0b8dbb" +repo = "https://github.com/mastrof/MicrobeAgents.jl.git" diff --git a/M/MicrobeAgents/Versions.toml b/M/MicrobeAgents/Versions.toml new file mode 100644 index 000000000000000..768431b54d7a0f2 --- /dev/null +++ b/M/MicrobeAgents/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "2a853163951154ca0aa0c45decb542a53b30c29e" diff --git a/Registry.toml b/Registry.toml index f4a5f38f9ef8b69..d160277a63449a2 100644 --- a/Registry.toml +++ b/Registry.toml @@ -6826,6 +6826,7 @@ b152e2b5-7a66-4b01-a709-34e65c35f657 = { name = "CompositeTypes", path = "C/Comp b15f1ded-d19a-4aca-a940-1991fcfc7750 = { name = "QXGraphDecompositions", path = "Q/QXGraphDecompositions" } b169e327-5944-5131-97a6-5d3d3f0a476a = { name = "PROPACK", path = "P/PROPACK" } b16dfd50-4035-11e9-28d4-9dfe17e6779b = { name = "GRIB", path = "G/GRIB" } +b17a4bac-8667-4a2d-84f7-1883ae0b8dbb = { name = "MicrobeAgents", path = "M/MicrobeAgents" } b189fb0b-2eb5-4ed4-bc0c-d34c51242431 = { name = "ThreadPools", path = "T/ThreadPools" } b18b359b-aebc-45ac-a139-9c0ccbb2871e = { name = "FourierTools", path = "F/FourierTools" } b1909ce5-9a67-5ea4-ba1b-9d85528f5779 = { name = "MetaProgTools", path = "M/MetaProgTools" }