-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: gap-package-distribution-bot <100730870+gap-package-distribution-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ffebcde
commit 6cf5ae7
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"AbstractHTML": "\n <p><b>Warning:</b> This package is still under development and\n this version is to be considered a working, but preliminary one.</p>\n\n <p>This package contains a collection of methods for the\n constructive recognition of groups. It is mostly intended for\n permutation groups, matrix groups and projective groups.</p>\n ", | ||
"ArchiveFormats": ".tar.gz .tar.bz2", | ||
"ArchiveSHA256": "0b8d8cef7f648c50006014f3f9bd85d4bf6b5f594c9bddbaf87f18532cbaf0ec", | ||
"ArchiveURL": "https://github.com/gap-packages/recog/releases/download/v1.4.2/recog-1.4.2", | ||
"ArchiveSHA256": "67a22055faa18b1ce132e746d6efacec9c6b976ea022ce820269ddb9cc12a9c9", | ||
"ArchiveURL": "https://github.com/gap-packages/recog/releases/download/v1.4.3/recog-1.4.3", | ||
"AutoDoc": { | ||
"TitlePage": { | ||
"Copyright": "©right; 2005-2014 by Max Neunhöffer and Ákos Seress<P/>\n©right; 2005-2022 by its authors, see file <F>COPYRIGHT</F> for details.<P/>\n\nThis package may be distributed under the terms and conditions of the\nGNU Public License Version 3 or (at your option) any later version.\n" | ||
} | ||
}, | ||
"AvailabilityTest": null, | ||
"Date": "27/09/2022", | ||
"Date": "16/10/2024", | ||
"Dependencies": { | ||
"ExternalConditions": [], | ||
"GAP": ">=4.11", | ||
|
@@ -60,7 +60,7 @@ | |
"SixFile": "doc/manual.six" | ||
} | ||
], | ||
"PackageInfoSHA256": "8ea23139ef1cc790162877cb70b674422c8e46f6d7b9c8bd01f17b38cddcaf3f", | ||
"PackageInfoSHA256": "c506553833e37c343fe348c3c9380f413cd00756f2a00c912fab4fd0529cfa3d", | ||
"PackageInfoURL": "https://gap-packages.github.io/recog/PackageInfo.g", | ||
"PackageName": "recog", | ||
"PackageWWWHome": "https://gap-packages.github.io/recog", | ||
|
@@ -208,9 +208,9 @@ | |
"WWWHome": "http://www-groups.mcs.st-and.ac.uk/~colva" | ||
}, | ||
{ | ||
"Email": "[email protected].de", | ||
"Email": "mhorn@rptu.de", | ||
"FirstNames": "Max", | ||
"Institution": "TU Kaiserslautern", | ||
"Institution": "RPTU Kaiserslautern-Landau", | ||
"IsAuthor": false, | ||
"IsMaintainer": true, | ||
"LastName": "Horn", | ||
|
@@ -253,5 +253,5 @@ | |
"Status": "deposited", | ||
"Subtitle": "A package for constructive recognition of permutation and matrix groups", | ||
"TestFile": "tst/testquick.g", | ||
"Version": "1.4.2" | ||
"Version": "1.4.3" | ||
} |