-
Notifications
You must be signed in to change notification settings - Fork 1
/
PacletInfo.wl
44 lines (43 loc) · 1.36 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
33
34
35
36
37
38
39
40
41
42
43
44
(* ::Package:: *)
PacletObject[
<|
"Name" -> "DanielS/Wireworld",
"Description" -> "Explore the Wireworld Turing-complete cellular automaton",
"Creator" -> "Daniel Sanchez",
"SourceControlURL" -> "https://github.com/daneelsan/Wireworld",
"License" -> "MIT",
"PublisherID" -> "DanielS",
"Version" -> "1.0.7",
"WolframVersion" -> "13.0+",
"ActionURL" -> "$ActionURL$",
"BuildDate" -> "$BuildDate$",
"Extensions" ->
{
{
"Kernel",
"Root" -> "Kernel",
"Context" -> {"DanielS`Wireworld`"},
"Symbols" -> {
"DanielS`Wireworld`WireworldEvolve",
"DanielS`Wireworld`WireworldPlot",
"DanielS`Wireworld`WireworldDraw",
"DanielS`Wireworld`WireworldStateQ",
"DanielS`Wireworld`$WireworldFunctionRule",
"DanielS`Wireworld`$WireworldNumberRule"
}
},
{
"Documentation",
"Root" -> "Documentation"
},
{
"LibraryLink",
"Root" -> "LibraryResources"
},
{
"Asset",
"Assets" -> {{"Examples", "Examples"}}
}
}
|>
]