diff --git a/D/DistributedMonteCarlo/Compat.toml b/D/DistributedMonteCarlo/Compat.toml new file mode 100644 index 000000000000000..68c68f1386f21b3 --- /dev/null +++ b/D/DistributedMonteCarlo/Compat.toml @@ -0,0 +1,4 @@ +[0] +AltInplaceOpsInterface = "0.1" +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..678d92b4e5c0a2d --- /dev/null +++ b/D/DistributedMonteCarlo/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "5f126b70451a3c604bcdd6c86e1e30f99790c0a9" diff --git a/Registry.toml b/Registry.toml index 564c4da20382790..a6176e15f5dc2e1 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1037,6 +1037,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" }