From 44602707af29d4c1de6abc2982117fc30bc9768c Mon Sep 17 00:00:00 2001 From: Registrator Date: Fri, 27 Dec 2024 01:35:08 +0530 Subject: [PATCH] New package: CannotWaitForTheseOptimisers v0.1.0 (#121905) UUID: 16124dda-d9fe-413b-a880-e3f4df3aa341 Repo: https://github.com/MurrellGroup/CannotWaitForTheseOptimisers.jl.git Tree: b0e6ad93b984e896b17c691bc7c4a01e45f2b683 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- C/CannotWaitForTheseOptimisers/Compat.toml | 4 ++++ C/CannotWaitForTheseOptimisers/Deps.toml | 3 +++ C/CannotWaitForTheseOptimisers/Package.toml | 3 +++ C/CannotWaitForTheseOptimisers/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 13 insertions(+) create mode 100644 C/CannotWaitForTheseOptimisers/Compat.toml create mode 100644 C/CannotWaitForTheseOptimisers/Deps.toml create mode 100644 C/CannotWaitForTheseOptimisers/Package.toml create mode 100644 C/CannotWaitForTheseOptimisers/Versions.toml diff --git a/C/CannotWaitForTheseOptimisers/Compat.toml b/C/CannotWaitForTheseOptimisers/Compat.toml new file mode 100644 index 000000000000000..f2141f789e2bf9b --- /dev/null +++ b/C/CannotWaitForTheseOptimisers/Compat.toml @@ -0,0 +1,4 @@ +[0] +Optimisers = "0.4" +Random = "1" +julia = "1.10.0-1" diff --git a/C/CannotWaitForTheseOptimisers/Deps.toml b/C/CannotWaitForTheseOptimisers/Deps.toml new file mode 100644 index 000000000000000..d847fd036f3dc08 --- /dev/null +++ b/C/CannotWaitForTheseOptimisers/Deps.toml @@ -0,0 +1,3 @@ +[0] +Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" diff --git a/C/CannotWaitForTheseOptimisers/Package.toml b/C/CannotWaitForTheseOptimisers/Package.toml new file mode 100644 index 000000000000000..d9af5e47adbb73a --- /dev/null +++ b/C/CannotWaitForTheseOptimisers/Package.toml @@ -0,0 +1,3 @@ +name = "CannotWaitForTheseOptimisers" +uuid = "16124dda-d9fe-413b-a880-e3f4df3aa341" +repo = "https://github.com/MurrellGroup/CannotWaitForTheseOptimisers.jl.git" diff --git a/C/CannotWaitForTheseOptimisers/Versions.toml b/C/CannotWaitForTheseOptimisers/Versions.toml new file mode 100644 index 000000000000000..06f649a0cb49c14 --- /dev/null +++ b/C/CannotWaitForTheseOptimisers/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "b0e6ad93b984e896b17c691bc7c4a01e45f2b683" diff --git a/Registry.toml b/Registry.toml index 375d5a0075f9b09..42aecf9973495f3 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1048,6 +1048,7 @@ some amount of consideration when choosing package names. 160ba089-64bf-5ba7-9e14-98ab1d9bcb0a = { name = "LightGraphsMatching", path = "L/LightGraphsMatching" } 160d5eed-cb0b-5d5e-9732-2f740c539f3e = { name = "Intan", path = "I/Intan" } 160ec2fe-adfa-420e-809b-15ae23db4a01 = { name = "Qaylla", path = "Q/Qaylla" } +16124dda-d9fe-413b-a880-e3f4df3aa341 = { name = "CannotWaitForTheseOptimisers", path = "C/CannotWaitForTheseOptimisers" } 16167f82-ea26-5cba-b1de-ed6fd5e30a10 = { name = "XCB", path = "X/XCB" } 16167f82-ea26-5cba-b1de-ed6fd5e30a11 = { name = "VulkanCore", path = "V/VulkanCore" } 1618359f-28d0-421c-9c3d-0705aaf8cc0d = { name = "SeisMakie", path = "S/SeisMakie" }