-
Notifications
You must be signed in to change notification settings - Fork 0
/
PacletInfo.wl
57 lines (56 loc) · 1.54 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
(* ::Package:: *)
PacletObject[
<|
"Name" -> "Yurie/BlueArXiv",
"Description" -> "A Mathematica paclet for downloading preprints and generating BibTeX by arXiv IDs",
"Creator" -> "Yurie",
"SourceControlURL" -> "https://github.com/yuriever/Yurie-BlueArXiv",
"License" -> "MIT",
"PublisherID" -> "Yurie",
"Version" -> "2.4.3",
"WolframVersion" -> "14.1+",
"PrimaryContext" -> "Yurie`BlueArXiv`",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> {"Yurie`BlueArXiv`", "Yurie`PaperTool`"},
"Symbols" -> {
"Yurie`BlueArXiv`arXivInterface",
"Yurie`BlueArXiv`arXivPDFNameFormat",
"Yurie`BlueArXiv`downloadByID",
"Yurie`BlueArXiv`extractID",
"Yurie`BlueArXiv`generateBibTeXByID",
"Yurie`BlueArXiv`searchByID",
"Yurie`PaperTool`extractCiteKey",
"Yurie`PaperTool`extractTitleFromPDF"
}
},
{
"Kernel",
"Root" -> "Utility",
"Context" -> {
"Yurie`BlueArXiv`Info`",
"Yurie`BlueArXiv`Sample`"
}
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
},
{"AutoCompletionData", "Root" -> "AutoCompletionData"},
{
"Asset",
"Root" -> ".",
"Assets" -> {
{"License", "LICENSE"},
{"ReadMe", "README.md"},
{"Source", "Source"},
{"Test", "Test"},
{"TestSource", "TestSource"}
}
}
}
|>
]