-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathPacletInfo.wl
More file actions
42 lines (36 loc) · 1.43 KB
/
PacletInfo.wl
File metadata and controls
42 lines (36 loc) · 1.43 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
37
38
39
40
41
42
(* ::Package:: *)
PacletObject[
<|
"Name" -> "CoffeeLiqueur/WLJSNotebook",
"Description" -> "Open-source Notebook Environment for Wolfram Language",
"Creator" -> "WLJSTeam",
"License" -> "AGPL",
"PublisherID" -> "CoffeeLiqueur",
"Version" -> "3.0.4",
"WolframVersion" -> "13.3+",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> {
{"CoffeeLiqueur`Notebook`", "Notebook.wl"},
{"CoffeeLiqueur`Notebook`Cells`", "Cells.wl"},
{"CoffeeLiqueur`Notebook`Transactions`", "Transactions.wl"},
{"CoffeeLiqueur`Notebook`Evaluator`", "Evaluator.wl"},
{"CoffeeLiqueur`Notebook`Transactions`", "Transactions.wl"},
{"CoffeeLiqueur`ExtensionManager`", "Extensions.wl"},
{"CoffeeLiqueur`Notebook`Utils`", "Utils.wl"},
{"CoffeeLiqueur`Notebook`FrontendObject`", "FrontendObject.wl"},
{"CoffeeLiqueur`Notebook`Kernel`", "Kernel.wl"},
{"CoffeeLiqueur`Notebook`LocalKernel`", "LocalKernel.wl"},
{"CoffeeLiqueur`LTP`", "LTP.wl"},
{"CoffeeLiqueur`LTP`Events`", "LTPEvents.wl"},
{"CoffeeLiqueur`Notebook`FrontendObject`", "FrontendObject.wl"},
{"CoffeeLiqueur`Notebook`MasterKernel`", "MasterKernel.wl"},
{"CoffeeLiqueur`Notebook`AppExtensions`", "AppExtensions.wl"},
{"CoffeeLiqueur`Notebook`Windows`", "Windows.wl"}
}
}
}
|>
]