#############################################################################
##
#W PackageInfo.g The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
##
#H $Id: PackageInfo.g,v 1.26 2009/05/29 16:52:15 alexk Exp $
##
#############################################################################
SetPackageInfo( rec(
PackageName := "Wedderga",
Subtitle := Concatenation( [
"Wedderburn Decomposition of Group Algebras" ] ),
Version := "4.3.3",
Date := "29/05/2009",
ArchiveURL := "http://www.um.es/adelrio/wedderga/wedderga-4.3.3",
ArchiveFormats := ".tar.gz .tar.bz2 -win.zip",
#TextFiles := ["init.g", ......],
#BinaryFiles := ["doc/manual.dvi", ......],
Persons :=
[
rec(
LastName := "Broche Cristo",
FirstNames := "Osnel",
IsAuthor := true,
IsMaintainer := true,
Email := "osnel@ufla.br",
PostalAddress := Concatenation( [
"Departamento de Ciências Exatas\n",
"Universidade Federal de Lavras - UFLA\n",
"Campus Universitário - Caixa Postal 3037\n",
"37200-000, Lavras - MG, Brazil" ] ),
Place := "Lavras - MG",
Institution := "Universidade Federal de Lavras - UFLA"
),
rec(
LastName := "Konovalov",
FirstNames := "Alexander",
IsAuthor := true,
IsMaintainer := true,
Email := "konovalov@member.ams.org",
WWWHome := "http://www.cs.st-andrews.ac.uk/~alexk/",
PostalAddress := Concatenation( [
"School of Computer Science\n",
"University of St Andrews\n",
"Jack Cole Building, North Haugh,\n",
"St Andrews, Fife, KY16 9SX, Scotland" ] ),
Place := "St Andrews",
Institution := "University of St Andrews"
),
rec(
LastName := "Olteanu",
FirstNames := "Gabriela",
IsAuthor := true,
IsMaintainer := true,
Email := "golteanu@um.es, olteanu@math.ubbcluj.ro",
PostalAddress := Concatenation( [
"Department of Mathematics and Computer Science\n",
"North University of Baia Mare\n",
"Victoriei 76, 430122 Baia Mare, Romania" ] ),
Place := "Baia Mare",
Institution := "North University of Baia Mare"
),
rec(
LastName := "Olivieri",
FirstNames := "Aurora",
IsAuthor := true,
IsMaintainer := true,
Email := "olivieri@usb.ve",
PostalAddress := Concatenation( [
"Departamento de Matemáticas\n",
"Universidad Simón Bolívar\n",
"Apartado Postal 89000\n",
"Caracas 1080-A, Venezuela" ] ),
Place := "Caracas",
Institution := "Universidad Simón Bolívar"
),
rec(
LastName := "del Rio",
FirstNames := "Angel",
IsAuthor := true,
IsMaintainer := true,
Email := "adelrio@um.es",
WWWHome := "http://www.um.es/adelrio",
PostalAddress := Concatenation( [
"Departamento de Matemáticas\n",
"Universidad de Murcia\n",
"30100 Murcia, Spain" ] ),
Place := "Murcia",
Institution := "Universidad de Murcia"
)
],
Status := "accepted",
CommunicatedBy := "Gerhard Hiss (Aachen)",
AcceptDate := "01/2008",
README_URL := "http://www.um.es/adelrio/wedderga/README.wedderga",
PackageInfoURL := "http://www.um.es/adelrio/wedderga/PackageInfo.g",
AbstractHTML := "Wedderga is the package to compute the simple components of the Wedderburn decomposition of semisimple group algebras of finite groups over finite fields and over subfields of finite cyclotomic extensions of the rational. It also contains functions that produce the primitive central idempotents of semisimple group algebras. Other functions of Wedderga allows to construct crossed products over a group with coefficients in an associative ring with identity and the multiplication determined by a given action and twisting.",
PackageWWWHome := "http://www.um.es/adelrio/wedderga.htm",
PackageDoc := rec(
BookName := "Wedderga",
ArchiveURLSubset := ["doc"],
HTMLStart := "doc/chap0.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := "Wedderga",
Autoload := false
),
Dependencies := rec(
GAP := ">=4.4",
NeededOtherPackages := [ ["GAPDoc", ">= 1.1"] ],
SuggestedOtherPackages := [ ["laguna", "3.4"] ],
ExternalConditions := []
),
AvailabilityTest := ReturnTrue,
Autoload := false,
#TestFile := "tst/testall.g",
Keywords := ["Wedderburn decomposition", "simple components",
"central idempotents", "group algebras"]
));