-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPacletInfo.wl
More file actions
36 lines (35 loc) · 1.19 KB
/
PacletInfo.wl
File metadata and controls
36 lines (35 loc) · 1.19 KB
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
33
34
35
36
(* ::Package:: *)
PacletObject[
<|
"Name" -> "FelipeBarbosa/SymDALI",
"Description" -> "Implementation of the DALI algorithm (Derivative Approximation for LIkelihoods)",
"Creator" -> "Felipe Barbosa",
"Version" -> "1.0.0",
"WolframVersion" -> "14.0.0+",
"PublisherID" -> "FelipeBarbosa",
"License" -> "MIT",
"PrimaryContext" -> "FelipeBarbosa`SymDALI`",
"DocumentationURL" -> "https://resources.wolframcloud.com/PacletRepository/resources",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> {
{"FelipeBarbosa`SymDALI`","SymDALI.wl"},
{"FelipeBarbosa`SymDALI`DALICoefficients`", "DALICoefficients.wl"},
{"FelipeBarbosa`SymDALI`Detectors`", "Detectors.wl"},
{"FelipeBarbosa`SymDALI`DerivativeTools`", "DerivativeTools.wl"},
{"FelipeBarbosa`SymDALI`DALIPolynomial`", "DALIPolynomial.wl"},
{"FelipeBarbosa`SymDALI`Population`", "Population.wl"},
{"FelipeBarbosa`SymDALI`Utils`", "Utils.wl"}
}
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
},
{"LibraryLink"}
}
|>
]