SSL PackageInfo.g
Sprache: unbekannt
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
# ModulePresentationsForCAP: Category R-pres for CAP
#
# This file contains package meta data. For additional information on
# the meaning and correct usage of these fields, please consult the
# manual of the "Example" package as well as the comments in its
# PackageInfo.g file.
#
SetPackageInfo( rec(
PackageName := "ModulePresentationsForCAP",
Subtitle := "Category R-pres for CAP",
Version := "2025.09-01",
Date := "2025-09-22",
License := "GPL-2.0-or-later",
Persons := [
rec(
IsAuthor := true,
IsMaintainer := true,
FirstNames := "Sebastian",
LastName := "Gutsche",
WWWHome := "https://sebasguts.github.io/",
Email := "sebastian.gutsche@gmail.com",
PostalAddress := Concatenation(
"Department Mathematik\n",
"Universität Siegen\n",
"Walter-Flex-Straße 3\n",
"57068 Siegen\n",
"Germany" ),
Place := "Siegen",
Institution := "University of Siegen",
),
rec(
IsAuthor := true,
IsMaintainer := true,
FirstNames := "Sebastian",
LastName := "Posur",
WWWHome := "https://sebastianpos.github.io",
Email := "sebastian.posur@uni-muenster.de",
PostalAddress := Concatenation(
"Department Mathematik\n",
"Universität Siegen\n",
"Walter-Flex-Straße 3\n",
"57068 Siegen\n",
"Germany" ),
Place := "Siegen",
Institution := "University of Siegen",
),
rec(
IsAuthor := true,
IsMaintainer := true,
FirstNames := "Fabian",
LastName := "Zickgraf",
WWWHome := "https://github.com/zickgraf/",
Email := "f.zickgraf@dashdos.com",
PostalAddress := Concatenation(
"Walter-Flex-Str. 3\n",
"57068 Siegen\n",
"Germany" ),
Place := "Siegen",
Institution := "University of Siegen",
),
],
# BEGIN URLS
SourceRepository := rec(
Type := "git",
URL := "https://github.com/homalg-project/CAP_project",
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := "https://homalg-project.github.io/pkg/ModulePresentationsForCAP",
PackageInfoURL := "https://homalg-project.github.io/CAP_project/ModulePresentationsForCAP/PackageInfo.g",
README_URL := "https://homalg-project.github.io/CAP_project/ModulePresentationsForCAP/README.md",
ArchiveURL := Concatenation( "https://github.com/homalg-project/CAP_project/releases/download/ModulePresentationsForCAP-", ~.Version, "/ModulePresentationsForCAP-", ~.Version ),
# END URLS
ArchiveFormats := ".tar.gz .zip",
## Status information. Currently the following cases are recognized:
## "accepted" for successfully refereed packages
## "submitted" for packages submitted for the refereeing
## "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 := "deposited",
AbstractHTML := "<span class=\"pkgname\">ModulePresentationsForCAP</span> provides the category of finitely presented modules over a computable ring.",
PackageDoc := rec(
BookName := "ModulePresentationsForCAP",
ArchiveURLSubset := ["doc"],
HTMLStart := "doc/chap0.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := "Category R-pres for CAP",
),
Dependencies := rec(
GAP := ">= 4.13.0",
NeededOtherPackages := [ [ "MatricesForHomalg", ">=2019.02.01" ],
[ "CAP", ">= 2023.05-03" ],
[ "MonoidalCategories", ">= 2025.08-01" ],
],
SuggestedOtherPackages := [
[ "RingsForHomalg", ">= 2022.07-01" ],
],
ExternalConditions := [ ],
),
Extensions := [
rec(
needed := [ [ "FreydCategoriesForCAP", ">= 2024.01-03" ],
[ "AdditiveClosuresForCAP", ">= 2025.06-01" ]
],
filename := "gap/ModulePresentations_as_FreydCategory_CategoryOfRowsOrColumns.gi",
),
],
AvailabilityTest := function()
return true;
end,
TestFile := "tst/testall.g",
#Keywords := [ "TODO" ],
));
[ Verzeichnis aufwärts0.32unsichere Verbindung
Übersetzung europäischer Sprachen durch Browser
]
|
2026-03-28
|