-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPacletInfo.wl
68 lines (68 loc) · 2.76 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
PacletObject[ <|
"Name" -> "Wolfram/PacletCICD",
"Description" -> "Continuous integration and deployment for Wolfram Language paclets",
"Creator" -> "Richard Hennigan <[email protected]>",
"URL" -> "https://resources.wolframcloud.com/PacletRepository/resources/Wolfram/PacletCICD",
"SourceControlURL" -> "https://github.com/WolframResearch/PacletCICD",
"License" -> "MIT",
"PublisherID" -> "Wolfram",
"Version" -> "0.36.2",
"WolframVersion" -> "13.0+",
"ReleaseID" -> "$RELEASE_ID$",
"ReleaseDate" -> "$RELEASE_DATE$",
"ReleaseURL" -> "$RELEASE_URL$",
"ActionURL" -> "$ACTION_URL$",
"Icon" -> "Images/PacletIcon.png",
"Dependencies" -> {
"DefinitionNotebookClient" -> ">=1.18.0",
"PacletResource" -> ">=1.6.0",
"ResourceSystemClient" -> ">=1.24.1"
},
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> { "Wolfram`PacletCICD`" },
"Symbols" -> {
"Wolfram`PacletCICD`$ExamplesLocation",
"Wolfram`PacletCICD`AnnotateTestIDs",
"Wolfram`PacletCICD`BuildPaclet",
"Wolfram`PacletCICD`CheckDependencies",
"Wolfram`PacletCICD`CheckPaclet",
"Wolfram`PacletCICD`CreatePublisherToken",
"Wolfram`PacletCICD`DeployPaclet",
"Wolfram`PacletCICD`ExampleDirectory",
"Wolfram`PacletCICD`GitHubPacletInstall",
"Wolfram`PacletCICD`GitHubSecret",
"Wolfram`PacletCICD`PacletCICD",
"Wolfram`PacletCICD`PublisherTokenObject",
"Wolfram`PacletCICD`SubmitPaclet",
"Wolfram`PacletCICD`TestPaclet",
"Wolfram`PacletCICD`Workflow",
"Wolfram`PacletCICD`WorkflowEvaluate",
"Wolfram`PacletCICD`WorkflowExport",
"Wolfram`PacletCICD`WorkflowJob",
"Wolfram`PacletCICD`WorkflowJobQ",
"Wolfram`PacletCICD`WorkflowQ",
"Wolfram`PacletCICD`WorkflowStep",
"Wolfram`PacletCICD`WorkflowStepQ",
"Wolfram`PacletCICD`WorkflowValue"
}
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
},
{
"Asset",
"Assets" -> {
{ "License" , "./LICENSE" },
{ "ReadMe" , "./README.md" },
{ "Images" , "./Images" },
{ "Examples" , "./Examples" },
{ "Resources", "./Resources" }
}
}
}
|> ]