mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
18 lines
369 B
Mathematica
18 lines
369 B
Mathematica
(* Paclet Info File *)
|
|
|
|
(* created 2014/02/07*)
|
|
|
|
Paclet[
|
|
Name -> "Foobar",
|
|
Version -> "0.0.1",
|
|
MathematicaVersion -> "8+",
|
|
Description -> "Example of an automatically generated PacletInfo file.",
|
|
Creator -> "Chris Granade",
|
|
Extensions ->
|
|
{
|
|
{"Documentation", Language -> "English", MainPage -> "Guides/Foobar"}
|
|
}
|
|
]
|
|
|
|
|