############################################################################# ## #W PackageInfo.g #Y Copyright (C) 2006-2010 James D. Mitchell ## ## Licensing information can be found in the README file of this package. ## ############################################################################# ## ## $Id: PackageInfo.g 33 2010-05-08 14:54:13Z jamesm $ ## SetPackageInfo( rec( PackageName := "MONOID", Subtitle := "Computing with transformation semigroups and monoids", Version := "3.1.4", Date := "08/05/2010", ArchiveURL := "http://www-groups.mcs.st-andrews.ac.uk/~jamesm/monoid/monoid3r1p4", ArchiveFormats := ".tar.gz .tar.bz2", Persons := [ rec( LastName := "Mitchell", FirstNames := "James", IsAuthor := true, IsMaintainer := true, Email := "jdm3@st-and.ac.uk", WWWHome := "http://www-groups.mcs.st-and.ac.uk/~jamesm", PostalAddress := Concatenation( [ "Mathematical Institute,", " North Haugh,", " St Andrews,", " Fife,", " KY16 9SS,", " Scotland"] ), Place := "St Andrews", Institution := "University of St Andrews" )], Status := "deposited", README_URL := "http://www-groups.mcs.st-andrews.ac.uk/~jamesm/monoid/README.txt", PackageInfoURL := "http://www-groups.mcs.st-andrews.ac.uk/~jamesm/monoid/PackageInfo.g", AbstractHTML := "The MONOID package, is a GAP package for transformation monoids and related objects.", PackageWWWHome := "http://www-groups.mcs.st-and.ac.uk/~jamesm/monoid", PackageDoc := rec( BookName := "MONOID", Archive := "http://www-groups.mcs.st-andrews.ac.uk/~jamesm/monoid/", ArchiveURLSubset := ["doc"], HTMLStart := "doc/chap0.html", PDFFile := "doc/manual.pdf", SixFile := "doc/manual.six", LongTitle := "MONOID: computing with transformation semigroups", Autoload := true ), Dependencies := rec( GAP := ">=4.4.12", NeededOtherPackages := [], SuggestedOtherPackages := [["orb", "3.4"], ["grape", ">=4.3"], ["gapdoc", ">=1.1"]], ExternalConditions := []), AvailabilityTest := ReturnTrue, Autoload := false, TestFile := "tst/testall.g", Keywords := ["transformation semigroups", "green's relations"] ));