-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPackageInfo.g
90 lines (76 loc) · 3.77 KB
/
PackageInfo.g
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#
# WeylModules: for simple simply-connected algebraic groups
#
# This file contains package meta data. For additional information on
# the meaning and correct usage of these fields, please consult the
# manual of the "Example" package as well as the comments in its
# PackageInfo.g file.
#
SetPackageInfo( rec(
PackageName := "WeylModules",
Subtitle := "for simple simply-connected algebraic groups",
Version := "2.1",
Date := "21/06/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
Persons := [
rec(
FirstNames := "Stephen",
LastName := "Doty",
WWWHome := "https://doty.math.luc.edu",
Email := "[email protected]",
IsAuthor := true,
IsMaintainer := true,
PostalAddress := Concatenation( [
"Department of Mathematics and Statistics\n",
"Loyola University Chicago\n",
"Chicago, Illinois 60660 USA" ] ),
Place := "Chicago",
Institution := "Loyola University Chicago",
),
],
SourceRepository := rec(
Type := "git",
URL := "https://github.com/srdoty/WeylModulesNew",
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := "https://srdoty.github.io/WeylModulesNew/",
PackageInfoURL := Concatenation( ~.PackageWWWHome, "PackageInfo.g" ),
README_URL := Concatenation( ~.PackageWWWHome, "README.md" ),
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/archive/refs/tags/v", ~.Version
),
ArchiveFormats := ".zip",
## Status information. Currently the following cases are recognized:
## "accepted" for successfully refereed packages
## "submitted" for packages submitted for the refereeing
## "deposited" for packages for which the GAP developers agreed
## to distribute them with the core GAP system
## "dev" for development versions of packages
## "other" for all other packages
##
Status := "other",
AbstractHTML := "",
PackageDoc := rec(
BookName := "WeylModules",
ArchiveURLSubset := ["doc"],
HTMLStart := "doc/chap0_mj.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := "Weyl modules for simple simply-connected algebraic groups",
),
Dependencies := rec(
GAP := ">= 4.11",
NeededOtherPackages := [ ],
SuggestedOtherPackages := [ ],
ExternalConditions := [ ],
),
AvailabilityTest := ReturnTrue,
TestFile := "tst/testall.g",
AutoDoc := rec(
TitlePage := rec(
Acknowledgements := "The development of this software was initiated in June 2003 while the author was visiting the Department of Pure Mathematics and Mathematical Statistics (DPMMS) at the University of Cambridge, and continued during subsequent visits to DPMMS in June 2004 and in May through July of 2007. The author was supported by a Yip Fellowship at Magdalene College, Cambridge in 2007. The final stages of development took place in Chicago and in January 2009 at Universität Bielefeld, where the author was supported by a Mercator grant from the Deutsche Forschungsgemeinschaft (DFG). <Br/><Br/>The existence of this software owes much to the gentle prodding of Stuart Martin. Thanks are also due to Yutaka Yoshii for testing an earlier version of the software, and Matt Fayers for supplying his &GAP; code for computing the Mullineux map.",
Abstract := "&WeylModules; is a &GAP; Package supporting computer computations with Weyl modules for simple simply-connected algebraic groups.",
Copyright := "©right; Copyright 2009--2024 by Stephen R. Doty.<Br/>This package is distributed under the terms and conditions of the GNU Public License Version 2 or (at your option) any later version." ),
),
Keywords := [ "algebraic groups", "Weyl modules" ],
));