-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPacletInfo.m
More file actions
27 lines (24 loc) · 899 Bytes
/
PacletInfo.m
File metadata and controls
27 lines (24 loc) · 899 Bytes
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
(* ::Package:: *)
(* Paclet Info File *)
(* Created by Mathematica Plugin for IntelliJ IDEA, see http://wlplugin.halirutan.de/ *)
(* :Author: patrick *)
(* :Date: 08.06.18 *)
Paclet[
Name -> "Rubi",
Version -> "4.17.3.0",
MathematicaVersion -> "9+",
Description -> "Package for Rule-based Integration",
Creator -> "Albert D. Rich, Patrick Scheibe",
Thumbnail -> "logo.png",
URL -> "https://rulebasedintegration.org",
Extensions ->
{
{"Kernel", Root -> ".", Context -> "Rubi`"},
{"PacletServer",
"Tags" -> {"integration", "rule", "antiderivative"},
"Categories" -> {"Mathematics"},
"Description" -> "Rubi is a package for symbolic, rule-based integration that outperforms Mathematica's Integrate in many cases and often finds optimal antiderivatives.",
"License" -> "MIT"
}
}
]