-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPacletInfo.wl
46 lines (45 loc) · 1.37 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
(* ::Package:: *)
PacletObject[
<|
"Name" -> "Wolfram/Lambda",
"Description" -> "Tools for the lambda calculus",
"Creator" -> "Nik Murzin",
"License" -> "MIT",
"PublisherID" -> "Wolfram",
"Version" -> "1.0.12",
"WolframVersion" -> "13.1+",
"PrimaryContext" -> "Wolfram`Lambda`",
"DocumentationURL" -> "https://resources.wolframcloud.com/PacletRepository/resources",
"Extensions" -> {
{
"Kernel",
"Root" -> "Kernel",
"Context" -> {"Wolfram`Lambda`"},
"Symbols" -> {
"Wolfram`Lambda`EnumerateLambdas",
"Wolfram`Lambda`RandomLambda",
"Wolfram`Lambda`RandomSizeLambda",
"Wolfram`Lambda`EvalLambda",
"Wolfram`Lambda`BetaReductions",
"Wolfram`Lambda`BetaReduce",
"Wolfram`Lambda`BetaReduceList",
"Wolfram`Lambda`EtaReduce",
"Wolfram`Lambda`LambdaFreeVariables",
"Wolfram`Lambda`FunctionLambda",
"Wolfram`Lambda`LambdaFunction",
"Wolfram`Lambda`LambdaCombinator",
"Wolfram`Lambda`ColorizeLambda",
"Wolfram`Lambda`LambdaSmiles",
"Wolfram`Lambda`LambdaDiagram",
"Wolfram`Lambda`LambdaConvert",
"Wolfram`Lambda`ParseLambda"
}
},
{
"Documentation",
"Root" -> "Documentation",
"Language" -> "English"
}
}
|>
]