-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPacletInfo.wl
32 lines (32 loc) · 1.07 KB
/
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
PacletObject[ <|
"Name" -> "RH_ResourceFunctions",
"Version" -> "2.1.0",
"WolframVersion" -> "12.0+",
"Loading" -> Automatic,
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"HiddenImport" -> None,
"Context" -> { "RH`ResourceFunctionsLoader`", "RH`ResourceFunctions`" },
"Symbols" -> {
"RH`ResourceFunctions`$BuildableNames",
"RH`ResourceFunctions`$ResourceFunctionDirectory",
"RH`ResourceFunctions`BuildDefinitionNotebook",
"RH`ResourceFunctions`EvaluateInPlace",
"RH`ResourceFunctions`GenerateDefinitionNotebook"
}
},
{
"Kernel",
"Root" -> "Definitions/ConvertDefinitionNotebook",
"Context" -> "RH`ConvertDefinitionNotebook`"
},
{
"Kernel",
"Root" -> "Definitions/ReadableForm",
"Context" -> "RH`ReadableForm`"
},
{ "Asset", "Assets" -> { { "Definitions", "Definitions" } } }
}
|> ]