We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc887e7 commit 9f731deCopy full SHA for 9f731de
Project.toml
@@ -0,0 +1,15 @@
1
+name = "ParallelProcessingTools"
2
+uuid = "8e8a01fc-6193-5ca1-a2f1-20776dae4199"
3
+version = "0.2.0"
4
+
5
+[deps]
6
+Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
7
8
+[compat]
9
+julia = "1"
10
11
+[extras]
12
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
14
+[targets]
15
+test = ["Test"]
REQUIRE
0 commit comments