############################################################################# ## #W PackageInfo.g GAP 4 package 'Cubefree' Heiko Dietrich ## ## ## Based on Frank Luebeck's template for PackageInfo.g. ## SetPackageInfo( rec( PackageName := "Cubefree", Subtitle := "Constructing the Groups of a Given Cubefree Order", Version := "1.11", Date := "16/06/2012", ArchiveURL := "http://www.icm.tu-bs.de/ag_algebra/software/Cubefree/cubefree1.11", ArchiveFormats := ".tar.gz", Persons := [ rec( LastName := "Dietrich", FirstNames := "Heiko", IsAuthor := true, IsMaintainer := true, Email := "h.dietrich@tu-bs.de", WWWHome := "http://www.math.auckland.ac.nz/~hdietrich/", PostalAddress := Concatenation( [ "Institut Computational Mathematics", "TU Braunschweig\n", "Pockelsstr. 14\n D-38106 Braunschweig\n Germany" ] ), Place := "Braunschweig", Institution := "TU Braunschweig"), ], Status := "accepted", CommunicatedBy := "David Joyner (Annapolis)", AcceptDate := "10/2007", README_URL := "http://www.icm.tu-bs.de/ag_algebra/software/Cubefree/README", PackageInfoURL := "http://www.icm.tu-bs.de/ag_algebra/software/Cubefree/PackageInfo.g", AbstractHTML := "The Cubefree package contains methods to construct up to isomorphism the groups of a given (reasonable) cubefree order. The main function ConstructAllCFGroups(n) constructs all groups of a given cubefree order n. The function NumberCFGroups(n) counts all groups of a cubefree order n. Furthermore, IrreducibleSubgroupsOfGL(2,q) constructs the irreducible subgroups of GL(2,q), q=p^r, p>=5 prime, up to conjugacy and RewriteAbsolutelyIrreducibleMatrixGroup(G) rewrites the absolutely irreducible matrix group G (over a finite field) over a minimal subfield.", PackageWWWHome := "http://www.icm.tu-bs.de/ag_algebra/software/Cubefree", PackageDoc := rec( BookName := "Cubefree", ArchiveURLSubset := ["doc", "htm"], HTMLStart := "htm/chapters.htm", PDFFile := "doc/manual.pdf", SixFile := "doc/manual.six", LongTitle := "Constructing the groups of a given cubefree order", Autoload := true), Dependencies := rec( GAP := ">=4.3", NeededOtherPackages := [["GrpConst","1.0"],["Polycyclic","1.0"]], SuggestedOtherPackages := [], ExternalConditions := [] ), AvailabilityTest := ReturnTrue, BannerString := "Loading Cubefree 1.11 ... \n", Autoload := false, Keywords := ["cubefree","construction of groups","irreducible matrix subgroups of degree 2"] ));