Skip to content

Commit

Permalink
Merge pull request gap-packages#81 from gap-packages/maintainer
Browse files Browse the repository at this point in the history
Adding @cdwensley as maintainer
  • Loading branch information
cdwensley authored Jan 3, 2025
2 parents 91286c0 + 09a2441 commit c2d7f58
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SetPackageInfo( rec(

PackageName := "XModAlg",
Subtitle := "Crossed Modules and Cat1-Algebras",
Version := "1.27",
Date := "26/10/2024", # dd/mm/yyyy format
Version := "1.27dev",
Date := "03/01/2025", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down Expand Up @@ -44,6 +44,16 @@ Persons := [
"Turkey"] ),
Place := "Eskisehir",
Institution := "Osmangazi University"
),
rec(
LastName := "Wensley",
FirstNames := "Chris",
IsAuthor := false,
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "https://github.com/cdwensley",
Place := "Llanfairfechan",
Institution := ""
)
],

Expand All @@ -66,8 +76,8 @@ SupportEmail := "[email protected]",
ArchiveFormats := ".tar.gz",

AbstractHTML :=
"The <span class=\"pkgname\">XModAlg</span> package provides a collection of \
functions for computing with crossed modules and cat1-algebras \
"The <span class=\"pkgname\">XModAlg</span> package provides a collection \
of functions for computing with crossed modules and cat1-algebras \
and morphisms of these structures.",

PackageDoc := rec(
Expand All @@ -76,7 +86,7 @@ PackageDoc := rec(
HTMLStart := "doc/chap0_mj.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := "Crossed Modules and Cat1-Algebras in GAP",
LongTitle := "Crossed Modules and Cat1-Algebras in GAP"
),

Dependencies := rec(
Expand All @@ -91,21 +101,20 @@ AvailabilityTest := ReturnTrue,

BannerString := Concatenation(
"-----------------------------------------------------------------------------\n",
"Loading XModAlg ", String( ~.Version ), " (", String( ~.Date ), ") for GAP 4.13 \n",
"Loading XModAlg ", String( ~.Version ), " (", String( ~.Date ), ") for GAP 4.14 \n",
"Methods for crossed modules of commutative algebras and cat1-algebras\n",
"by Zekeriya Arvasi ([email protected]) and Alper Odabas ([email protected]).\n",
"-----------------------------------------------------------------------------\n"
),


TestFile := "tst/testall.g",

Keywords := ["crossed module of algebras", "cat1-algebra"],

AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"&copyright; 2014-2024, Zekeriya Arvasi and Alper Odabas. <P/>\n",
"© 2014-2025, Zekeriya Arvasi and Alper Odabas. <P/>\n",
"The &XModAlg; package is free software; you can redistribute it ",
"and/or modify it under the terms of the GNU General ",
"Public License as published by the Free Software Foundation; ",
Expand Down

0 comments on commit c2d7f58

Please sign in to comment.