Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
doc/ | H | 03-May-2022 | - | 2,959 | 2,571 | |
lib/ | H | 03-May-2022 | - | 2,544 | 2,257 | |
tst/ | H | 03-May-2022 | - | 702 | 637 | |
.releases | H A D | 03-May-2022 | 141 | 5 | 1 | |
CHANGES.md | H A D | 03-May-2022 | 5.9 KiB | 152 | 101 | |
PackageInfo.g | H A D | 03-May-2022 | 5.4 KiB | 163 | 146 | |
README.md | H A D | 03-May-2022 | 1.7 KiB | 49 | 31 | |
init.g | H A D | 03-May-2022 | 735 | 23 | 19 | |
makedoc.g | H A D | 03-May-2022 | 1,009 | 28 | 26 | |
read.g | H A D | 03-May-2022 | 686 | 21 | 18 |
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