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

..03-May-2022-

doc/H03-May-2022-2,9592,571

lib/H03-May-2022-2,5442,257

tst/H03-May-2022-702637

.releasesH A D03-May-2022141 51

CHANGES.mdH A D03-May-20225.9 KiB152101

PackageInfo.gH A D03-May-20225.4 KiB163146

README.mdH A D03-May-20221.7 KiB4931

init.gH A D03-May-2022735 2319

makedoc.gH A D03-May-20221,009 2826

read.gH A D03-May-2022686 2118

README.md

1[![Build Status](https://travis-ci.org/gap-packages/utils.svg?branch=master)](https://travis-ci.org/gap-packages/utils)
2[![Code Coverage](https://codecov.io/github/gap-packages/utils/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/utils)
3
4# The GAP 4 package 'Utils'
5
6## Introduction
7
8This package collects together utility functions from a selection of GAP
9packages in order to make them more widely visible to other package authors.
10
11Other generally useful functions, which are not deemed suitable for the main library, and also welcome.  For example, recent additions are functions to convert certain types of group to Magma format.
12
13## Distribution
14
15 * The GitHub package repository is at
16   <https://github.com/gap-packages/utils/>
17 * and the latest release is available at
18   <https://gap-packages.github.io/utils/>
19
20## Copyright
21
22The 'Utils' package is Copyright {\copyright} The GAP Group, 2015-2017.
23
24'Utils' is free software; you can redistribute it and/or modify
25it under the terms of the GNU General Public License as published by
26the Free Software Foundation; either version 2 of the License, or
27(at your option) any later version.
28
29For details, see <http://www.gnu.org/licenses/gpl.html>
30
31## Installation
32
33 * unpack `utils-<version_number>.tar.gz` in the `pkg` subdirectory
34of the GAP root directory.
35
36 * From within GAP load the package with:
37
38    gap> LoadPackage("utils");
39
40 * The file `manual.pdf` is in the `doc` subdirectory.
41
42## Contact
43
44If you have a question relating to 'Utils', encounter any problems,
45or wish to suggest other functions to be transferred to the package, please
46 * email `c.d.wensley@bangor.ac.uk`
47 * or report an issue on the GitHub issue tracker at:
48   <https://github.com/gap-packages/utils/issues/new>
49