-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPacletInfo.wl
31 lines (31 loc) · 1.04 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
PacletObject[ <|
"Name" -> "SamplePublisher/CompiledLibraryExamplePaclet",
"Description" -> "An example paclet that delivers compiled library resources",
"Creator" -> "Sample Author",
"Version" -> "1.7.0",
"WolframVersion" -> "13.0+",
"License" -> "MIT",
"PublisherID" -> "SamplePublisher",
"SourceControlURL" -> "https://github.com/WolframResearch/PacletCICD-Examples-CompiledLibrary",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> { "SamplePublisher`CompiledLibraryExamplePaclet`" },
"Symbols" -> { "SamplePublisher`CompiledLibraryExamplePaclet`AddOne" }
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
},
{
"LibraryLink",
"Root" -> "LibraryResources"
},
{
"Asset",
"Assets" -> { { "License", "./LICENSE" } }
}
}
|> ]