-
Notifications
You must be signed in to change notification settings - Fork 162
Developer resources
Sergio Siccha edited this page Mar 11, 2018
·
20 revisions
This page lists various websites, mailing lists etc. useful for GAP developers. Feel free to add more.
- The main GAP source code repository is at https://github.com/gap-system/gap
- The source for GAP website is at https://github.com/gap-system/GapWWW
- Various other repositories (e.g. for preparing the GAP distribution) can also be found at https://github.com/gap-system/
- Many packages have repositories under https://github.com/gap-packages or https://bitbucket.org/gap-system/ — we keep an overview at http://gap-packages.github.io/
- GAP discussion mailing list "[email protected]" — subscribe at https://mail.gap-system.org/mailman/listinfo/gap
- GAP commit mailing list [email protected]" — subscribe at https://mail.gap-system.org/mailman/listinfo/commit
- For information on how to contribute see the CONTRIBUTING.md.
- Unofficial IRC channel #gap-system at <freenode.net> — webchat at http://webchat.freenode.net
- Twitter: http://twitter.com/gap_system
- Twitter for commit notifications only: http://twitter.com/gap_commits
- AppVeyor runs Windows tests on commits and pull requests — see https://ci.appveyor.com/project/gap-system/gap
- Travis CI runs Linux and Mac OS X tests on commits and pull requests — see https://travis-ci.org/gap-system/gap
- Codecov reports test coverage — see https://codecov.io/gh/gap-system/gap (also Codecov explained)
- Code coverage report produced with profiling Packages - see http://gap-coverage.northeurope.cloudapp.azure.com/ (in addition to Codecov, this covers also longer
teststandard.g
test and the test of manual examples).