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
|
#############################################################################
##
## PackageInfo.g file for the package Utils
##
SetPackageInfo( rec(
PackageName := "utils",
Subtitle := "Utility functions in GAP",
Version := "0.93",
Date := "13/11/2025", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
Persons := [
rec(
LastName := "Breuer",
FirstNames := "Thomas",
IsAuthor := true,
IsMaintainer := false,
Email := "sam@math.rwth-aachen.de",
WWWHome := "https://www.math.rwth-aachen.de/~Thomas.Breuer",
Place := "Aachen",
Institution := "Lehrstuhl für Algebra und Zahlentheorie, RWTH Aachen"
),
rec(
LastName := "Gutsche",
FirstNames := "Sebastian",
IsAuthor := true,
IsMaintainer := false,
Email := "gutsche@mathematik.uni-siegen.de",
WWWHome := "https://sebasguts.github.io/",
Place := "Siegen",
Institution := "University of Siegen"
),
rec(
LastName := "Horn",
FirstNames := "Max",
IsAuthor := true,
IsMaintainer := false,
Email := "mhorn@rptu.de",
WWWHome := "https://github.com/mhorn",
),
rec(
LastName := "Hulpke",
FirstNames := "Alexander",
IsAuthor := true,
IsMaintainer := false,
Email := "hulpke@math.colostate.edu",
WWWHome := "https://www.math.colostate.edu/~hulpke",
),
rec(
LastName := "García-Sánchez",
FirstNames := "Pedro",
IsAuthor := true,
IsMaintainer := false,
WWWHome := "http://www.ugr.es/local/pedro",
Email := "pedro@ugr.es",
),
rec(
LastName := "Jefferson",
FirstNames := "Christopher",
IsAuthor := true,
IsMaintainer := false,
WWWHome := "https://caj.host.cs.st-andrews.ac.uk/",
Email := "caj21@st-andrews.ac.uk",
),
rec(
LastName := "Kohl",
FirstNames := "Stefan",
IsAuthor := true,
IsMaintainer := false,
Email := "stefan@mcs.st-and.ac.uk",
WWWHome := "https://www.gap-system.org/DevelopersPages/StefanKohl/"
),
rec(
LastName := "Lübeck",
FirstNames := "Frank",
IsAuthor := true,
IsMaintainer := false,
Email := "Frank.Luebeck@Math.RWTH-Aachen.De",
WWWHome := "https://www.math.rwth-aachen.de/~Frank.Luebeck",
),
rec(
LastName := "Wensley",
FirstNames := "Chris",
IsAuthor := true,
IsMaintainer := true,
Email := "cdwensley.maths@btinternet.com",
WWWHome := "https://github.com/cdwensley",
Place := "Llanfairfechan",
Institution := ""
)
],
Status := "deposited",
## CommunicatedBy := " ",
## AcceptDate := " ",
SourceRepository := rec(
Type := "git",
URL := "https://github.com/gap-packages/utils" ),
IssueTrackerURL := "https://github.com/gap-packages/utils/issues",
PackageWWWHome := "https://gap-packages.github.io/utils",
README_URL := Concatenation( ~.PackageWWWHome, "/README.md" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/v", ~.Version,
"/", ~.PackageName, "-", ~.Version ),
ArchiveFormats := ".tar.gz .zip",
AbstractHTML :=
"The <span class=\"pkgname\">Utils</span> package provides a collection \
of utility functions gleaned from many packages.",
PackageDoc := rec(
BookName := "Utils",
ArchiveURLSubset := ["doc"],
HTMLStart := "doc/chap0_mj.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := "Utility functions in GAP"
),
Dependencies := rec(
GAP := ">=4.10.1",
NeededOtherPackages := [ ],
SuggestedOtherPackages := [ [ "curlInterface", ">= 2.3.0" ] ],
ExternalConditions := [ ]
),
AvailabilityTest := ReturnTrue,
Keywords := [ ],
BannerString := Concatenation(
"Loading Utils ", String( ~.Version ),
" - a collection of utility functions.\n"
),
TestFile := "tst/testall.g",
AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"© 2015-2025, The GAP Group. <P/>\n",
"The &Utils; 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; ",
"either version 2 of the License, or (at your option) ",
"any later version.\n"
),
Abstract := Concatenation(
"The &Utils; package provides a space for utility functions ",
"in a variety of &GAP; packages to be collected together ",
"into a single package. In this way it is hoped that they will ",
"become more visible to package authors.\n",
"<P/>\n",
"Any package author who transfers a function to &Utils; ",
"will become an author of &Utils;.\n",
"<P/>\n",
"If deemed appropriate, functions may also be transferred ",
"from the main library.\n",
"<P/>\n",
"Bug reports, suggestions and comments are, of course, welcome.\n",
"Please contact the last author at ",
"<Email>cdwensley.maths@btinternet.com</Email> ",
"or submit an issue at the GitHub repository ",
"<URL>https://github.com/gap-packages/utils/issues/</URL>.\n"
),
Acknowledgements := Concatenation(
"This documentation was prepared using the ",
"&GAPDoc; <Cite Key='GAPDoc'/> and ",
"&AutoDoc; <Cite Key='AutoDoc'/> packages.<P/>\n",
"The procedure used to produce new releases uses the package ",
"<Package>GitHubPagesForGAP</Package> ",
"<Cite Key='GitHubPagesForGAP' /> ",
"and the package <Package>ReleaseTools</Package>.<P/>"
),
)
),
));
|