Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
data/ | H | 03-May-2022 | - | 375,717 | 373,582 | |
doc/ | H | 03-May-2022 | - | 11,003 | 10,556 | |
lib/ | H | 03-May-2022 | - | 10,479 | 10,294 | |
tst/ | H | 03-May-2022 | - | 5,609 | 5,575 | |
CHANGES.md | H A D | 03-May-2022 | 856 | 40 | 23 | |
LICENSE | H A D | 03-May-2022 | 17.6 KiB | 340 | 281 | |
PackageInfo.g | H A D | 03-May-2022 | 3.9 KiB | 130 | 111 | |
README.md | H A D | 03-May-2022 | 1.3 KiB | 39 | 23 | |
init.g | H A D | 03-May-2022 | 420 | 15 | 11 | |
makedoc.g | H A D | 03-May-2022 | 2.5 KiB | 76 | 67 | |
read.g | H A D | 03-May-2022 | 553 | 18 | 14 |
README.md
1[![Build Status](https://travis-ci.org/gap-packages/primgrp.svg?branch=master)](https://travis-ci.org/gap-packages/primgrp) 2[![Code Coverage](https://codecov.io/github/gap-packages/primgrp/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/primgrp) 3 4# GAP Primitive Groups Library 5 6The PrimGrp package provides the library of primitive permutation 7groups which includes, up to permutation isomorphism (i.e., up to 8conjugacy in the corresponding symmetric group), all primitive 9permutation groups of degree < 4096. 10 11It has been formerly a part of the core GAP system, and has been 12converted to a separate GAP package in 2017 for the GAP 4.9 release. 13 14## Documentation 15 16Full information and documentation can be found in the manual, available 17as PDF `doc/manual.pdf` or as HTML `doc/chap0.html`, or on the package 18homepage at 19 20 <http://gap-packages.github.io/primgrp/> 21 22 23## Bug reports and feature requests 24 25Please submit bug reports and feature requests via our GitHub issue tracker: 26 27 <https://github.com/gap-packages/primgrp/issues> 28 29 30# License 31 32PrimGrp is free software; you can redistribute it and/or modify 33it under the terms of the GNU General Public License as published by the 34Free Software Foundation; either version 2 of the License, or (at your 35option) any later version. 36 37For details see the LICENSE file. 38 39