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

..03-May-2022-

doc/H03-May-2022-2,4152,157

examples/H03-May-2022-161140

lib/H03-May-2022-3,6513,352

scripts/H03-May-2022-14665

tst/H03-May-2022-555519

.codecov.ymlH A D03-May-2022328 2117

.travis.ymlH A D03-May-2022626 3631

CHANGES.mdH A D03-May-2022850 3019

PackageInfo.gH A D03-May-20225.4 KiB147130

README.mdH A D03-May-20221.6 KiB4527

init.gH A D03-May-2022505 1512

makedoc.gH A D03-May-2022697 2521

read.gH A D03-May-2022495 1512

README.md

1[![Build Status](https://travis-ci.org/gap-packages/xmodalg.svg?branch=master)](https://travis-ci.org/gap-packages/xmodalg)
2[![Code Coverage](https://codecov.io/github/gap-packages/xmodalg/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/xmodalg)
3
4# The GAP 4 package XModAlg
5
6## Introduction
7
8This package allows for computation with crossed modules of commutative algebras; cat1-algebras; and morphisms of these structures.
9
10## Distribution
11
12 * The 'XModAlg' package is distributed with the deposited GAP packages, see:
13     <http://www.gap-system.org/Packages/xmodalg.html>
14 * It will, in due course, be available from the GitHub repository at:
15     <https://gap-packages.github.io/xmodalg/>
16
17## Copyright
18
19The 'XModAlg' package is Copyright {\copyright} Zekeriya Arvasi and Alper Odabas et al, 2014--2017.
20
21'XModAlg' is free software; you can redistribute it and/or modify
22it under the terms of the GNU General Public License as published by
23the Free Software Foundation; either version 2 of the License, or
24(at your option) any later version.
25
26For details, see \URL{http://www.gnu.org/licenses/gpl.html}
27
28## Installation
29
30 * unpack `xmod-<version_number>.zip' in the `pkg' subdirectory of the GAP root directory.
31 * From within GAP load the package with:
32
33    gap> LoadPackage("XModAlg");
34
35    true
36
37 * The file manual.pdf is in the `doc' subdirectory.
38
39## Contact
40
41If you have a question relating to 'XModAlg', encounter any problems, or have a suggestion for extending the package in any way, please
42 * email: `aodabas@ogu.edu.tr`
43 * or report an issue at: <https://github.com/gap-packages/xmodalg/issues/new>
44
45