-
Notifications
You must be signed in to change notification settings - Fork 3
/
PackageInfo.g
185 lines (168 loc) · 6.17 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
# SingularInterface: A GAP interface to Singular
#
# Copyright of SingularInterface belongs to its developers.
# Please refer to the COPYRIGHT file for details.
#
# SPDX-License-Identifier: GPL-2.0-or-later
SetPackageInfo( rec(
PackageName := "SingularInterface",
Subtitle := "A GAP interface to Singular",
Version := "0.8",
Date := "08/05/2019", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
Persons := [
rec(
LastName := "Barakat",
FirstNames := "Mohamed",
IsAuthor := true,
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "https://algebra.mathematik.uni-siegen.de/barakat/",
PostalAddress := Concatenation(
"Department Mathematik\n",
"Universität Siegen\n",
"Walter-Flex-Straße 3\n",
"57072 Siegen\n",
"Germany" ),
Place := "Siegen",
Institution := "Universität Siegen"
),
rec(
LastName := "Horn",
FirstNames := "Max",
IsAuthor := true,
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "https://www.quendi.de/math",
PostalAddress := Concatenation(
"Fachbereich Mathematik\n",
"RPTU Kaiserslautern-Landau\n",
"Gottlieb-Daimler-Straße 48\n",
"67663 Kaiserslautern\n",
"Germany" ),
Place := "Kaiserslautern, Germany",
Institution := "RPTU Kaiserslautern-Landau"
),
rec(
LastName := "Lübeck",
FirstNames := "Frank",
IsAuthor := true,
IsMaintainer := true,
Email := "frank.luebeck@@math.rwth-aachen.de",
WWWHome := "http://www.math.rwth-aachen.de/~Frank.Luebeck/",
PostalAddress := Concatenation( [
"Frank Lübeck\n",
"Lehrstuhl D fuer Mathematik, RWTH Aachen\n",
"Templergraben 64\n",
"52062 Aachen\n",
"Germany" ] ),
Place := "Aachen",
Institution := "RWTH Aachen University"
),
rec(
LastName := "Motsak",
FirstNames := "Oleksandr",
IsAuthor := true,
IsMaintainer := false,
),
rec(
LastName := "Neunhoeffer",
FirstNames := "Max",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
),
rec(
LastName := "Schönemann",
FirstNames := "Hans",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "http://www.mathematik.uni-kl.de/~hannes/",
PostalAddress := Concatenation( [
"Department of Mathematics\n",
"University of Kaiserslautern\n",
"67653 Kaiserslautern\n",
"Germany" ] ),
Place := "Kaiserslautern",
Institution := "University of Kaiserslautern"
),
],
## 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 := "dev",
## 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 := "",
PackageWWWHome := "https://gap-packages.github.io/SingularInterface",
README_URL := Concatenation( ~.PackageWWWHome, "/README" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
ArchiveURL := Concatenation("https://github.com/gap-packages/SingularInterface/",
"releases/download/v", ~.Version,
"/SingularInterface-", ~.Version),
ArchiveFormats := ".tar.gz .tar.bz2",
SourceRepository := rec(
Type := "git",
URL := "https://github.com/gap-packages/SingularInterface"
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
## 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 :=
"The <span class=\"pkgname\">SingularInterface</span> package provides\
a GAP interface to Singular, enabling direct access to the complete\
functionality of Singular.",
PackageDoc := rec(
# use same as in GAP
BookName := "SingularInterface",
ArchiveURLSubset := ["doc"],
HTMLStart := "doc/chap0_mj.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := ~.Subtitle,
),
Dependencies := rec(
GAP := ">=4.10",
NeededOtherPackages := [],
SuggestedOtherPackages := [
["AutoDoc", "2014.03.27"],
],
ExternalConditions := ["Singular 4"]
),
AvailabilityTest := function()
if not IsKernelExtensionAvailable("SingularInterface") then
return false;
fi;
return true;
end,
TestFile := "tst/testall.g",
Keywords := ["Singular", "polynomials", "groebner"],
AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"©right; 2011-2019 by the &SingularInterface; authors<P/>\n\n",
"The &SingularInterface; package is free software;\n",
"you can redistribute it and/or modify it under the terms of the\n",
"<URL Text=\"GNU General Public License\">https://www.fsf.org/licenses/gpl.html</URL>\n",
"as published by the Free Software Foundation; either version 2 of the License,\n",
"or (at your option) any later version.\n"
),
)
),
));