Skip to content

Commit 4b303bd

Browse files
committed
typos in spkg-install.in and add descriptions in SPKG.rst
1 parent b0eb971 commit 4b303bd

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

build/pkgs/gap_packages/SPKG.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,23 @@ Graaf)
5656
crime - package to compute the cohomology ring of finite p-groups,
5757
induced maps, and Massey products. (Author: Marcus Bishop)
5858

59+
crypting - The crypting package provides some cryptographic primitives so that the JupyterKernel package works.
60+
(Authors: Markus Pfeiffer and The GAP Team)
61+
5962
cryst - Computing with crystallographic groups (Authors: Bettina Eick,
6063
Franz Gähler, Werner Nickel)
6164

6265
CTblLib - The GAP Character Table Library (Author: Thomas Breuer)
6366

67+
datastructures - The datastructures package provides some standard data structures.
68+
(Authors: Markus Pfeiffer, Max Horn, Christopher Jefferson and Steve Linton)
69+
6470
DESIGN is a package for classifying, partitioning and studying block
6571
designs. (Author: Leonard H. Soicher)
6672

73+
Digraphs - GAP package containing methods for graphs, digraphs, and multidigraphs.
74+
(Authors: Jan De Beule, Julius Jonusas, James Mitchell, Wilf A. Wilson, Michael Young, Marina Anagnostopoulou-Merkouri, Finn Buck, Stuart Burrell, Graham Campbell, Raiyan Chowdhury, Reinis Cirpons, Ashley Clayton, Tom Conti-Leslie, Joseph Edwards, Luna Elliott, Isuru Fernando, Ewan Gilligan, Sebastian Gutsche, Samantha Harper, Max Horn, Christopher Jefferson, Olexandr Konovalov, Hyeokjun Kwon, Andrea Lee, Saffron McIver, Michael Orlitzky, Matthew Pancer, Markus Pfeiffer, Daniel Pointon, Lea Racine, Christopher Russell, Artur Schaefer, Isabella Scott, Kamran Sharma, Finn Smith, Ben Spiers, Maria Tsalakou, Meike Weiss, Murray Whyte and Fabian Zickgraf)
75+
6776
FactInt is a package providing routines for factoring integers, in
6877
particular:
6978

@@ -106,6 +115,10 @@ hecke - Provides functions for calculating decomposition matrices of
106115
Hecke algebras of the symmetric groups and q-Schur algebras. Hecke is a
107116
port of the GAP 3 package Specht 2.4 to GAP 4. (Author: Dmitriy Traytel)
108117

118+
IO - as its name suggests, provides bindings for GAP to the lower levels
119+
of Input/Output functionality in the C library.
120+
(Authors: Max Neunhöffer and Max Horn)
121+
109122
LAGUNA - this package provides functionality for calculation of the
110123
normalized unit group of the modular group algebra of the finite p-group
111124
and for investigation of Lie algebra associated with group algebras and
@@ -136,6 +149,13 @@ mapclass - The package calculates the mapping class group orbits for a
136149
given finite group. (Authors: Adam James, Kay Magaard, Sergey
137150
Shpectorov, Helmut Volklein)
138151

152+
nq - This package provides access to the ANU nilpotent quotient program
153+
for computing nilpotent factor groups of finitely presented groups.
154+
(Authors: Max Horn and Werner Nickel)
155+
156+
orb - This package is about enumerating orbits in various ways.
157+
(Authors: Juergen Mueller, Max Neunhöffer, Felix Noeske and Max Horn)
158+
139159
polymake - an interface with the (standalone) polymake program used by
140160
HAPcryst. (Author: Marc Roeder)
141161

@@ -153,6 +173,34 @@ Adriaan de Graaf)
153173
repsn - The package provides GAP functions for computing characteristic
154174
zero matrix representations of finite groups. (Author: Vahid Dabbaghian)
155175

176+
Semigroups - This is a GAP package for semigroups, and monoids. There are
177+
particularly efficient methods for finitely presented semigroups and monoids,
178+
and for semigroups and monoids consisting of transformations, partial
179+
permutations, bipartitions, partitioned binary relations, subsemigroups of
180+
regular Rees 0-matrix semigroups, and matrices of various semirings including
181+
boolean matrices, matrices over finite fields, and certain tropical matrices.
182+
Semigroups contains efficient methods for creating semigroups, monoids, and
183+
inverse semigroups and monoids, calculating their Green's structure, ideals,
184+
size, elements, group of units, small generating sets, testing membership,
185+
finding the inverses of a regular element, factorizing elements over the
186+
generators, and so on. It is possible to test if a semigroup satisfies a
187+
particular property, such as if it is regular, simple, inverse, completely
188+
regular, and a large number of further properties. There are methods for
189+
finding presentations for a semigroup, the congruences of a semigroup, the
190+
maximal subsemigroups of a finite semigroup, smaller degree partial
191+
permutation representations, and the character tables of inverse semigroups.
192+
There are functions for producing pictures of the Green's structure of a
193+
semigroup, and for drawing graphical representations of certain types of
194+
elements. (Authors: James Mitchell, Marina Anagnostopoulou-Merkouri,
195+
Thomas Breuer, Stuart Burrell, Reinis Cirpons, Tom Conti-Leslie,
196+
Joseph Edwards, Attila Egri-Nagy, Luke Elliott, Fernando Flores Brito,
197+
Tillman Froehlich, Nick Ham, Robert Hancock, Max Horn, Christopher Jefferson,
198+
Julius Jonusas, Chinmaya Nagpal, Olexandr Konovalov, Artemis Konstantinidi,
199+
Hyeokjun Kwon, Dima V. Pasechnik, Markus Pfeiffer, Christopher Russell,
200+
Jack Schmidt, Sergio Siccha, Finn Smith, Ben Spiers, Nicolas Thiéry,
201+
Maria Tsalakou, Chris Wensley, Murray Whyte, Wilf A. Wilson, Tianrun Yang,
202+
Michael Young and Fabian Zickgraf)
203+
156204
sla - a package for doing computations with simple Lie algebras (Author:
157205
Willem Adriaan de Graaf)
158206

build/pkgs/gap_packages/spkg-install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ done
110110
#############################################################################
111111
########## add extra parameters for packages' configures here ###############
112112
#
113-
# ng : none
113+
# nq : none
114114
# io : none
115115
# semigroups needs to use external libsemigroups
116116
# digraphs needs to use external planarity

0 commit comments

Comments
 (0)