-
Notifications
You must be signed in to change notification settings - Fork 0
/
PacletInfo.wl
32 lines (31 loc) · 861 Bytes
/
PacletInfo.wl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
(* ::Package:: *)
PacletObject[
<|
"Name" -> "FelipeBarbosa/OverlapDist",
"Description" -> "",
"Creator" -> "Felipe Barbosa",
"License" -> "MIT",
"PublisherID" -> "FelipeBarbosa",
"Version" -> "1.0.0",
"WolframVersion" -> "14.1+",
"PrimaryContext" -> "FelipeBarbosa`OverlapDist`",
"DocumentationURL" -> "https://resources.wolframcloud.com/PacletRepository/resources",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> {"FelipeBarbosa`OverlapDist`"},
"Symbols" -> {
"FelipeBarbosa`OverlapDist`CornerPlot",
"FelipeBarbosa`OverlapDist`N\[Sigma]Grid",
"FelipeBarbosa`OverlapDist`N\[Sigma]GridOverlap"
}
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
}
}
|>
]