-
Notifications
You must be signed in to change notification settings - Fork 160
How to submit package for the redistribution with GAP
Alexander Konovalov edited this page Jan 15, 2018
·
5 revisions
To submit the package for the redistribution with GAP:
-
Look at checklist for package authors, currently in the Example package's manual here
-
Validate the
PackageInfo.g
file of the package using the functionValidatePackageInfo
. -
Establish the package webpage and make the
PackageInfo.g
file available at the appropriate URL there. -
Send to GAP Support the URL of the
PackageInfo.g
file or submit a pull request to add this URL to currentPackageInfoURLList together with a brief information on your package. If the package requires compilation and/or has non-trivial dependencies, please emphasise the necessary details.