-
Notifications
You must be signed in to change notification settings - Fork 4
/
PackageInfo.g
48 lines (42 loc) · 1.48 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
#############################################################################
##
## PackageInfo.g Gnu package Olexandr Konovalov
##
SetPackageInfo( rec(
PackageName := "Gnu",
Subtitle := "A database of numbers of isomorphism types of finite groups of given order",
Version := "0.12",
Date := "22/02/2024",
Persons := [
rec(
LastName := "Konovalov",
FirstNames := "Olexandr",
IsAuthor := true,
IsMaintainer := true,
Email := "obk1@st-andrews.ac.uk",
WWWHome := "https://olexandr-konovalov.github.io",
PostalAddress := Concatenation( [
"School of Computer Science\n",
"University of St Andrews\n",
"Jack Cole Building, North Haugh,\n",
"St Andrews, Fife, KY16 9SX, Scotland" ] ),
Place := "St Andrews",
Institution := "University of St Andrews"
),
],
Status := "dev",
SourceRepository :=
rec( Type := "git", URL := "https://github.com/olexandr-konovalov/gnu"),
IssueTrackerURL := "https://github.com/olexandr-konovalov/gnu/issues",
SupportEmail := "obk1@st-andrews.ac.uk",
Dependencies := rec(
GAP := "4.8.3",
NeededOtherPackages := [["GAPDoc", "1.5"],
["GrpConst", "2.5"],
["CubeFree", "1.15"],
["SglPPow", "1.1"]],
SuggestedOtherPackages := [["SCSCP","2.1.4"]],
ExternalConditions := []
),
AvailabilityTest := ReturnTrue,
));