• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-8,4637,852

lib/H03-May-2022-26,19824,578

tst/H03-May-2022-3,1902,932

.releasesH A D03-May-2022141 51

CHANGES.mdH A D03-May-202221.7 KiB458367

PackageInfo.gH A D03-May-20227.9 KiB211194

README.mdH A D03-May-20221.7 KiB4829

init.gH A D03-May-20221.1 KiB3128

makedoc.gH A D03-May-20221.8 KiB5047

read.gH A D03-May-20221.1 KiB3328

README.md

1[![Build Status](https://travis-ci.org/gap-packages/xmod.svg?branch=master)](https://travis-ci.org/gap-packages/xmod)
2[![Code Coverage](https://codecov.io/github/gap-packages/xmod/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/xmod)
3
4# The GAP 4 package 'XMod'
5
6## Introduction
7
8This package allows for computation with crossed modules; cat1-groups; morphisms of these structures; derivations of crossed modules and the corresponding sections of cat1-groups.
9
10In October 2015 a new section on isoclinism of crossed modules was added.
11
12Experimental functions for crossed squares and cat2-groups are now included.
13
14## Distribution
15
16 * The 'XMod' package is distributed with the accepted GAP packages, see:
17     <https://www.gap-system.org/Packages/xmod.html>
18 * It may also be obtained from the GitHub repository at:
19     <https://gap-packages.github.io/xmod/>
20
21## Copyright
22
23The 'XMod' package is Copyright {\copyright} Chris Wensley et al, 1997--2017.
24
25'XMod' is free software; you can redistribute it and/or modify
26it under the terms of the GNU General Public License as published by
27the Free Software Foundation; either version 2 of the License, or
28(at your option) any later version.
29
30For details, see <http://www.gnu.org/licenses/gpl.html>
31
32## Installation
33
34 * Unpack `xmod-<version_number>.tar.gz` in the `pkg` subdirectory of the GAP root directory.
35 * From within GAP load the package with:
36
37    gap> LoadPackage( "xmod" );
38
39    true
40
41 * The file manual.pdf is in the `doc' subdirectory.
42
43## Contact
44
45If you have a question relating to 'XMod', encounter any problems, or have a suggestion for extending the package in any way, please
46 * email: `c.d.wensley@bangor.ac.uk`
47 * or report an issue at: <https://github.com/gap-packages/xmod/issues/new>
48