Quelle PackageInfo.g
Sprache: unbekannt
|
|
SetPackageInfo( rec(
PackageName := "TwistedConjugacy",
Subtitle := "Computation with twisted conjugacy classes",
Version := "3.1.1",
Date := "12/10/2025",
License := "GPL-2.0-or-later",
Persons := [
rec(
IsAuthor := true,
IsMaintainer := true,
FirstNames := "Sam",
LastName := "Tertooy",
GitHubUsername := "stertooy",
WWWHome := "https://stertooy.github.io/",
Email := "sam.tertooy@kuleuven.be",
PostalAddress := """
Wiskunde
KU Leuven, Kulak Kortrijk Campus
Etienne Sabbelaan 53
8500 Kortrijk
Belgium
""",
Place := "Kortrijk, Belgium",
Institution := "KU Leuven, Kulak Kortrijk Campus"
),
],
SourceRepository := rec(
Type := "git",
URL := Concatenation(
"https://github.com/",
~.Persons[1].GitHubUsername,
"/",
~.PackageName
)
),
SupportEmail := ~.Persons[1].Email,
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( ~.Persons[1].WWWHome, ~.PackageName ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
README_URL := Concatenation( ~.PackageWWWHome, "/README.md" ),
ArchiveURL := Concatenation(
~.SourceRepository.URL,
"/releases/download/v", ~.Version,
"/", ~.PackageName, "-", ~.Version
),
ArchiveFormats := ".tar.gz",
AbstractHTML := """
The TwistedConjugacy package provides methods for solving the twisted
conjugacy problem (including the "search" and "multiple" variants) and for
computing Reidemeister classes, numbers, spectra, and zeta functions. It
also includes utility functions for working with (double) cosets, group
homomorphisms, and group derivations.
These methods are primarily designed for use with finite groups and with
PcpGroups (finite or infinite) provided by the Polycyclic package.
""",
PackageDoc := rec(
BookName := ~.PackageName,
ArchiveURLSubset := [ "doc" ],
HTMLStart := "doc/chap0_mj.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := ~.Subtitle
),
Dependencies := rec(
GAP := ">= 4.14",
NeededOtherPackages := [ ],
SuggestedOtherPackages := [ [ "AutPGrp", "1.11" ] ]
),
Extensions := [
rec(
needed := [ [ "Polycyclic", "2.16" ] ],
filename := "lib/pcp/read.g"
)
],
TestFile := "tst/testall.g",
Keywords := [
"affine action",
"automorphism",
"coincidence group",
"coset",
"derivation",
"double coset",
"endomorphism",
"fixed point group",
"homomorphism",
"Reidemeister class",
"Reidemeister number",
"Reidemeister spectrum",
"Reidemeister zeta function",
"twisted conjugacy",
"twisted conjugation"
],
));
[ Dauer der Verarbeitung: 0.21 Sekunden
(vorverarbeitet)
]
|
2026-03-28
|