-
Notifications
You must be signed in to change notification settings - Fork 2
/
PacletInfo.wl
36 lines (36 loc) · 1.2 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
PacletObject[ <|
"Name" -> "SamplePublisher/AdvancedSamplePaclet",
"Description" -> "A complete sample Paclet that includes library resources",
"Creator" -> "Sample Author",
"BuildDate" -> "$BuildDate$",
"Version" -> "1.8.0",
"WolframVersion" -> "13.0+",
"License" -> "MIT",
"PublisherID" -> "SamplePublisher",
"SourceControlURL" -> "https://github.com/WolframResearch/PacletCICD-Examples-AdvancedSample",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> { "SamplePublisher`AdvancedSamplePaclet`" },
"Symbols" -> {
"SamplePublisher`AdvancedSamplePaclet`AddOne",
"SamplePublisher`AdvancedSamplePaclet`AddTwo",
"SamplePublisher`AdvancedSamplePaclet`AddThree"
}
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
},
{
"LibraryLink",
"Root" -> "LibraryResources"
},
{
"Asset",
"Assets" -> { { "License", "./LICENSE" } }
}
}
|> ]