-
Notifications
You must be signed in to change notification settings - Fork 14
/
PackageInfo.g
299 lines (285 loc) · 9.74 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
#############################################################################
##
## This file is part of recog, a package for the GAP computer algebra system
## which provides a collection of methods for the constructive recognition
## of groups.
##
## Copyright of recog belongs to its developers whose names are too numerous
## to list here. Please refer to the COPYRIGHT file for details.
##
## SPDX-License-Identifier: GPL-3.0-or-later
##
##
## PackageInfo.g for the package `recog'
##
#############################################################################
SetPackageInfo( rec(
PackageName := "recog",
Subtitle := "A package for constructive recognition of permutation and matrix groups",
Version := "1.4.3",
Date := "16/10/2024", # dd/mm/yyyy format
License := "GPL-3.0-or-later",
## Information about authors and maintainers.
Persons := [
rec(
LastName := "Neunhöffer",
FirstNames := "Max",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
),
rec(
LastName := "Seress",
FirstNames := "Ákos",
IsAuthor := true,
IsMaintainer := false,
),
rec(
LastName := "Bernhardt",
FirstNames := "Dominik",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
Place := "Aachen",
Institution := "RWTH Aachen University",
#WWWHome := "https://www.mathb.rwth-aachen.de/cms/MATHB/Der-Lehrstuhl/Team/Wissenschaftliche-Beschaeftigte/~rnsg/Dominik-Bernhardt/lidx/1/"
),
rec(
LastName := "Ankaralioglu",
FirstNames := "Nurullah",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
),
rec(
LastName := "Brooksbank",
FirstNames := "Peter",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
Place := "Lewisburg",
Institution := "Bucknell University"
),
rec(
LastName := "Celler",
FirstNames := "Frank",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
Place := "Aachen",
Institution := "Lehrstuhl D für Mathematik, RWTH Aachen",
),
rec(
LastName := "Hähndel",
FirstNames := "Paula",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://algebra.mathematik.uni-halle.de/haehndel/",
Place := "Halle (Saale)",
Institution := "Martin-Luther-Universität Halle-Wittenberg"
),
rec(
LastName := "Hulpke",
FirstNames := "Alexander",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://www.math.colostate.edu/~hulpke/",
Place := "Fort Collins",
Institution := "Colorado State University"
),
rec(
LastName := "Howe",
FirstNames := "Stephen",
IsAuthor := false,
IsMaintainer := false,
),
rec(
LastName := "Jefferson",
FirstNames := "Christopher",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://caj.host.cs.st-andrews.ac.uk",
Place := "St Andrews",
Institution := "University of St Andrews"
),
rec(
LastName := "Law",
FirstNames := "Maska",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
Place := "Perth",
Institution := "University of Western Australia"
),
rec(
LastName := "Linton",
FirstNames := "Steve",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "http://www-groups.mcs.st-and.ac.uk/~sal",
Place := "St Andrews",
Institution := "University of St Andrews"
),
rec(
LastName := "Malle",
FirstNames := "Gunter",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://www.mathematik.uni-kl.de/~malle/",
Place := "Kaiserslautern",
Institution := "Universität Kaiserslautern",
),
rec(
LastName := "Niemeyer",
FirstNames := "Alice",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "http://www.math.rwth-aachen.de/~Alice.Niemeyer/",
Place := "Aachen",
Institution := "RWTH Aachen University"
),
rec(
LastName := "O'Brien",
FirstNames := "Eamonn",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://www.math.auckland.ac.nz/~obrien/",
Place := "Auckland",
Institution := "University of Auckland",
),
rec(
LastName := "Roney-Dougal",
FirstNames := "Colva M.",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "http://www-groups.mcs.st-and.ac.uk/~colva",
Place := "St Andrews",
Institution := "University of St Andrews"
),
rec(
LastName := "Horn",
FirstNames := "Max",
IsAuthor := false,
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "https://www.quendi.de/math",
Place := "Kaiserslautern",
Institution := "RPTU Kaiserslautern-Landau"
),
rec(
LastName := "Siccha",
FirstNames := "Sergio",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
#WWWHome := "https://www.mathematik.rwth-aachen.de/go/id/bkbg/gguid/0x28CF75713F0B7744BEF1377FB3F6748E/ikz/11/allou/1/lidx/1/",
Place := "Aachen",
Institution := "RWTH Aachen University"
),
rec(
LastName := "Wilson",
FirstNames := "Wilf",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://wilf.me"
),
rec(
LastName := "Whybrow",
FirstNames := "Madeleine",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://madeleinewhybrow.wordpress.com/contact/",
Place := "Primorska",
Institution := "University of Primorska"
),
],
## Status information. Currently the following cases are recognized:
## "accepted" for successfully refereed packages
## "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 := "accepted",
Status := "deposited",
## You must provide the next two entries if and only if the status is
## "accepted" because is was successfully refereed:
# format: 'name (place)'
# CommunicatedBy := "Mike Atkinson (St. Andrews)",
#CommunicatedBy := "",
# format: mm/yyyy
# AcceptDate := "08/1999",
#AcceptDate := "",
SourceRepository := rec(
Type := "git",
URL := Concatenation( "https://github.com/gap-packages/", ~.PackageName ),
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://gap-packages.github.io/", ~.PackageName ),
README_URL := Concatenation( ~.PackageWWWHome, "/README.md" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/v", ~.Version,
"/", ~.PackageName, "-", ~.Version ),
ArchiveFormats := ".tar.gz .tar.bz2",
## Here you must provide a short abstract explaining the package content
## in HTML format (used on the package overview Web page) and an URL
## for a Webpage with more detailed information about the package
## (not more than a few lines, less is ok):
## Please, use '<span class="pkgname">GAP</span>' and
## '<span class="pkgname">MyPKG</span>' for specifing package names.
##
AbstractHTML := """
<p><b>Warning:</b> This package is still under development and
this version is to be considered a working, but preliminary one.</p>
<p>This package contains a collection of methods for the
constructive recognition of groups. It is mostly intended for
permutation groups, matrix groups and projective groups.</p>
""",
PackageDoc := rec(
BookName := "recog",
ArchiveURLSubset := ["doc"],
HTMLStart := "doc/chap0_mj.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := "A collection of group recognition methods",
),
Dependencies := rec(
GAP := ">=4.11",
NeededOtherPackages := [
["AtlasRep", ">= 1.4.0"],
["FactInt", ">= 1.5.2"],
["Forms", ">= 1.2"],
["genss", ">= 1.3"],
["Orb", ">= 3.4"],
],
SuggestedOtherPackages := [],
ExternalConditions := []
),
AvailabilityTest := ReturnTrue,
TestFile := "tst/testquick.g",
Keywords := ["group recognition", "matrix group recognition",
"permutation group", "black box group", "composition tree",
"Aschbacher classes", "method selection"],
AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"©right; 2005-2014 by Max Neunhöffer and Ákos Seress<P/>\n",
"©right; 2005-2022 by its authors, see file <F>COPYRIGHT</F> for details.<P/>\n",
"\n",
"This package may be distributed under the terms and conditions of the\n",
"GNU Public License Version 3 or (at your option) any later version.\n"
),
)
),
));