From d73544d68b1f01b5f2f67002f465b1c388832541 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Sun, 17 Sep 2023 09:52:19 +0000 Subject: [PATCH] New package: DistributedMonteCarlo v0.1.0 UUID: 1911db96-88a4-4c72-b932-f455b4e9470b Repo: https://github.com/baxmittens/DistributedMonteCarlo.jl.git Tree: 4298d12f557515c3981d97382e5344866a1ae12f Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- D/DistributedMonteCarlo/Compat.toml | 4 ++++ D/DistributedMonteCarlo/Deps.toml | 6 ++++++ D/DistributedMonteCarlo/Package.toml | 3 +++ D/DistributedMonteCarlo/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 16 insertions(+) create mode 100644 D/DistributedMonteCarlo/Compat.toml create mode 100644 D/DistributedMonteCarlo/Deps.toml create mode 100644 D/DistributedMonteCarlo/Package.toml create mode 100644 D/DistributedMonteCarlo/Versions.toml diff --git a/D/DistributedMonteCarlo/Compat.toml b/D/DistributedMonteCarlo/Compat.toml new file mode 100644 index 000000000000000..bc70a17e0ead138 --- /dev/null +++ b/D/DistributedMonteCarlo/Compat.toml @@ -0,0 +1,4 @@ +[0] +AltInplaceOpsInterface = "0" +StaticArrays = "1" +julia = "1" diff --git a/D/DistributedMonteCarlo/Deps.toml b/D/DistributedMonteCarlo/Deps.toml new file mode 100644 index 000000000000000..29e74b19ba31910 --- /dev/null +++ b/D/DistributedMonteCarlo/Deps.toml @@ -0,0 +1,6 @@ +[0] +AltInplaceOpsInterface = "d59240d3-86bd-48c4-8b44-fa29ea3b0621" +Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/D/DistributedMonteCarlo/Package.toml b/D/DistributedMonteCarlo/Package.toml new file mode 100644 index 000000000000000..522b52626baa709 --- /dev/null +++ b/D/DistributedMonteCarlo/Package.toml @@ -0,0 +1,3 @@ +name = "DistributedMonteCarlo" +uuid = "1911db96-88a4-4c72-b932-f455b4e9470b" +repo = "https://github.com/baxmittens/DistributedMonteCarlo.jl.git" diff --git a/D/DistributedMonteCarlo/Versions.toml b/D/DistributedMonteCarlo/Versions.toml new file mode 100644 index 000000000000000..ff90fdb56f11385 --- /dev/null +++ b/D/DistributedMonteCarlo/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "4298d12f557515c3981d97382e5344866a1ae12f" diff --git a/Registry.toml b/Registry.toml index 8048eb53a8f9bfe..0536f4d93a79228 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1036,6 +1036,7 @@ some amount of consideration when choosing package names. 190b1fc3-f725-4b56-bc75-d9d21258ce5e = { name = "AntennaPattern", path = "A/AntennaPattern" } 190e46ec-f771-4705-b939-984896f7be0e = { name = "BinaryTraits", path = "B/BinaryTraits" } 190f4b3e-24b6-415b-80af-ebaa3e78d3e0 = { name = "JsonDB", path = "J/JsonDB" } +1911db96-88a4-4c72-b932-f455b4e9470b = { name = "DistributedMonteCarlo", path = "D/DistributedMonteCarlo" } 1914dd2f-81c6-5fcd-8719-6d5c9610ff09 = { name = "MacroTools", path = "M/MacroTools" } 19162200-215e-47cb-8549-eaa9b939e44b = { name = "SatSolver", path = "S/SatSolver" } 19188cdf-3410-574e-a556-e73fa9e4281b = { name = "FunctionalTables", path = "F/FunctionalTables" }