Quelle PackageInfo.g
Sprache: unbekannt
|
|
#############################################################################
##
## PackageInfo.g for the package `Forms'
## John Bamberg
## Jan De Beule
##
## (created from Frank Luebeck's PackageInfo.g template file)
##
SetPackageInfo( rec(
PackageName := "Forms",
Subtitle := "Sesquilinear and Quadratic",
Version := "1.2.13",
Date := "05/05/2025",
License := "GPL-2.0-or-later",
SourceRepository := rec(
Type := "git",
URL := Concatenation( "https://github.com/gap-packages/", LowercaseString(~.PackageName) ),
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://gap-packages.github.io/", LowercaseString(~.PackageName) ),
README_URL := Concatenation( ~.PackageWWWHome, "/README" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/v", ~.Version,
"/", LowercaseString(~.PackageName), "-", ~.Version ),
ArchiveFormats := ".tar.gz .zip .tar.bz2",
Persons := [
rec(
LastName := "Bamberg",
FirstNames := "John",
IsAuthor := true,
IsMaintainer := true,
Email := "bamberg@maths.uwa.edu.au",
WWWHome := "http://school.maths.uwa.edu.au/~bamberg/",
PostalAddress := Concatenation( [
"School of Mathematics and Statistics\n",
"The University of Western Australia\n",
"35 Stirling Highway\n",
"Crawley WA 6009, Perth\n",
"Australia" ] ),
Place := "Perth",
Institution := "The University of Western Australia",
),
rec(
LastName := "De Beule",
FirstNames := "Jan",
IsAuthor := true,
IsMaintainer := true,
Email := "jan@debeule.eu",
WWWHome := "http://www.debeule.eu",
PostalAddress := Concatenation( [
"Department of Mathematics and Data Science\n",
"Vrije Universiteit Brussel\n",
"Pleinlaan 2\n",
"B-1050 Brussel\n",
"Belgium" ] ),
Place := "Brussels",
Institution := "Vrije Universiteit Brussel",
),
rec(
LastName := "Horn",
FirstNames := "Max",
IsAuthor := false,
IsMaintainer := true,
Email := "mhorn@rptu.de",
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",
),
],
Status := "accepted",
CommunicatedBy := "Leonard Soicher (London)",
AcceptDate := "03/2009",
AbstractHTML := "This package can be used for work with sesquilinear and quadratic forms on finite vector spaces; objects that are used to describe polar spaces and classical groups.",
PackageDoc := rec(
# use same as in GAP
BookName := "Forms",
ArchiveURLSubset := ["doc"],
HTMLStart := "doc/chap0_mj.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := "Forms - Sesquilinear and Quadratic",
),
Dependencies := rec(
GAP := ">=4.9",
NeededOtherPackages := [],
SuggestedOtherPackages := [],
ExternalConditions := []),
AvailabilityTest := ReturnTrue,
BannerString := Concatenation(
"---------------------------------------------------------------------\n",
"Loading 'Forms' ", ~.Version," (", ~.Date,")", "\n",
"by ", ~.Persons[1].FirstNames, " ", ~.Persons[1].LastName,
" (", ~.Persons[1].WWWHome, ")\n",
" ", ~.Persons[2].FirstNames, " ", ~.Persons[2].LastName,
" (", ~.Persons[2].WWWHome, ")\n",
"For help, type: ?Forms \n",
"---------------------------------------------------------------------\n" ),
TestFile := "tst/testall.g",
Keywords := ["Forms", "Sesquilinear", "Quadratic"],
AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"©right; 2015-2024 by the authors<P/>\n\n",
"This package may be distributed under the terms and conditions ",
"of the GNU Public License Version 2 or (at your option) any later version.\n"
),
)
),
));
[ Dauer der Verarbeitung: 0.24 Sekunden
(vorverarbeitet)
]
|
2026-03-28
|