-
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.
- Loading branch information
1 parent
e372085
commit 561044e
Showing
1 changed file
with
54 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"AbstractHTML": "", | ||
"ArchiveFormats": ".tar.gz", | ||
"ArchiveSHA256": "bc3c2c82a50a7e091389a065cdeecc343096b266a72c2fe779e5f4e1491f35f3", | ||
"ArchiveURL": "https://github.com/gap-packages/LINS/releases/download/v0.9/LINS-0.9", | ||
"AvailabilityTest": null, | ||
"Date": "15/03/2024", | ||
"Dependencies": { | ||
"ExternalConditions": [], | ||
"GAP": ">= 4.12", | ||
"NeededOtherPackages": [], | ||
"SuggestedOtherPackages": [] | ||
}, | ||
"IssueTrackerURL": "https://github.com/gap-packages/LINS/issues", | ||
"Keywords": [ | ||
"normal subgroups", | ||
"finitely presented groups" | ||
], | ||
"License": "GPL-2.0-or-later", | ||
"PackageDoc": [ | ||
{ | ||
"ArchiveURLSubset": [ | ||
"doc" | ||
], | ||
"BookName": "LINS", | ||
"HTMLStart": "doc/chap0.html", | ||
"LongTitle": "provides an algorithm for computing the normal subgroups of a finitely presented group up to some given index bound.", | ||
"PDFFile": "doc/manual.pdf", | ||
"SixFile": "doc/manual.six" | ||
} | ||
], | ||
"PackageInfoSHA256": "c7655985f2b1286429b756add10f0c5c4ae8bc0292a2a8a289a3db462a3a0e3c", | ||
"PackageInfoURL": "https://gap-packages.github.io/LINS/PackageInfo.g", | ||
"PackageName": "LINS", | ||
"PackageWWWHome": "https://gap-packages.github.io/LINS/", | ||
"Persons": [ | ||
{ | ||
"Email": "[email protected]", | ||
"FirstNames": "Friedrich", | ||
"IsAuthor": true, | ||
"IsMaintainer": true, | ||
"LastName": "Rober" | ||
} | ||
], | ||
"README_URL": "https://gap-packages.github.io/LINS/README.md", | ||
"SourceRepository": { | ||
"Type": "git", | ||
"URL": "https://github.com/gap-packages/LINS" | ||
}, | ||
"Status": "deposited", | ||
"Subtitle": "provides an algorithm for computing the normal subgroups of a finitely presented group up to some given index bound.", | ||
"TestFile": "tst/testall.g", | ||
"Version": "0.9" | ||
} |