############################################################################# ## ## Packageinfo.g for CRISP package (Burkhard Höfling) ## ## adapted from PackageInfo.g template by Frank Luebeck ## SetPackageInfo( rec( ## This is case sensitive, use your preferred spelling. PackageName := "CRISP", Subtitle := "Computing with Radicals, Injectors, Schunck classes and Projectors", Version := "1.4.6", Date := "15/12/2022", License := "BSD-2-Clause", BannerString := "\ ----------------------------------------------------------------------\n\ CRISP Version 1.4.6\n\ Computing with Radicals, Injectors, Schunck classes and Projectors\n\ by Burkhard Höfling\n\ ----------------------------------------------------------------------\n", ArchiveURL := "http://www.icm.tu-bs.de/~bhoeflin/crisp/crisp-1.4.6", ArchiveFormats := ".tar.bz2", # the others are generated automatically BinaryFiles := ["doc/manual.pdf"], Persons := [ rec( LastName := "Höfling", FirstNames := "Burkhard", IsAuthor := true, IsMaintainer := true, WWWHome := "http://www.icm.tu-bs.de/~bhoeflin", Email := "b.hoefling@tu-bs.de" ) # provide such a record for each author and/or maintainer ... ], Status := "accepted", CommunicatedBy := "Joachim Neubüser (Aachen)", AcceptDate := "12/2000", README_URL := "http://www.icm.tu-bs.de/~bhoeflin/crisp/README", PackageInfoURL := "http://www.icm.tu-bs.de/~bhoeflin/crisp/PackageInfo.g", AbstractHTML := "The GAP package CRISP provides algorithms for computing \ subgroups of finite soluble groups related to a group class \ C. In particular, it allows to compute C-radicals and \ C-injectors for Fitting classes (and Fitting sets) C, \ C-residuals for formations C, and C-projectors \ for Schunck classes C. In order to carry out these \ computations, the group class C must be represented by an \ algorithm which can decide membership in the group class.
\ \Moreover, CRISP contains algorithms \ for the computation of normal subgroups invariant under a \ prescribed set of automorphisms and belonging to a given group \ class.
\ \This includes an improved method to compute the set of all \ normal subgroups of a finite soluble group, its characteristic \ subgroups, minimal normal subgroups and the socle and \ p-socles for given primes p.", PackageWWWHome := "http://www.icm.tu-bs.de/~bhoeflin/crisp/index.html", PackageDoc := rec( BookName := "CRISP", # format/extension can be one of .zoo, .tar.gz, .tar.bz2, -win.zip ArchiveURLSubset := ["doc", "htm"], HTMLStart := "htm/chapters.htm", PDFFile := "doc/manual.pdf", # the path to the .six file used by GAP's help system SixFile := "doc/manual.six", # a longer title of the book, this together with the book name should # fit on a single text line (appears with the '?books' command in GAP) LongTitle := "Computing Radicals, Injectors, Projectors of soluble groups", ), Dependencies := rec( # GAP version, use version strings for specifying exact versions, # prepend a '>=' for specifying a least version. GAP := ">=4.5", # NeededOtherPackages := [["GAPDoc", ">= 0.99"]], NeededOtherPackages := [], SuggestedOtherPackages := [], # needed external conditions (programs, operating system, ...) provide # just strings as text or ExternalConditions := [] ), AvailabilityTest := ReturnTrue, TestFile := "tst/testall.g", Keywords := ["radical", "residual", "projector", "injector", "formation", "Fitting class", "Fitting set", "Schunck class", "group class", "normal subgropus", "minimal normal subgropus", "socle"], SourceRepository := rec(Type := "git", URL := "https://github.com/bh11/crisp.git"), IssueTrackerURL := "https://github.com/bh11/crisp/issues" ));