Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/spinsym/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 1.9.2019 mit Größe 3 kB image not shown  

Quelle  PackageInfo.g   Sprache: unbekannt

 
#############################################################################
##
##  PackageInfo.g for the package `SpinSym'                      Lukas Maas
##

SetPackageInfo( rec(

PackageName := "SpinSym",
Subtitle := "Brauer tables of spin-symmetric groups",
Version := "1.5.2",
Date := "01/10/2019",
License := "GPL-2.0-or-later",

Persons := [
  rec(
    LastName      := "Maas",
    FirstNames    := "Lukas",
    IsAuthor      := true,
    IsMaintainer  := true,
    Email         := "maasluk@gmail.com",
  ),

  rec(
    LastName      := "GAP Team",
    FirstNames    := "The",
    IsAuthor      := false,
    IsMaintainer  := true,
    Email         := "support@gap-system.org",
  ),

],

Status := "deposited",

##  You must provide the next two entries if and only if the status is
##  "accepted" because is was successfully refereed:
# format: 'name (place)'
# CommunicatedBy := "Mike Atkinson (St. Andrews)",
#CommunicatedBy := "",
# format: mm/yyyy
# AcceptDate := "08/1999",
#AcceptDate := "",

PackageWWWHome  := "https://gap-packages.github.io/spinsym/",
README_URL      := Concatenation( ~.PackageWWWHome, "README" ),
PackageInfoURL  := Concatenation( ~.PackageWWWHome, "PackageInfo.g" ),
SourceRepository := rec(
    Type := "git",
    URL := "https://github.com/gap-packages/spinsym",
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
ArchiveURL      := Concatenation( ~.SourceRepository.URL,
                                 "/releases/download/v", ~.Version,
                                 "/spinsym-", ~.Version ),
ArchiveFormats := ".tar.gz",

AbstractHTML:= Concatenation(
 [ "This package contains Brauer tables of Schur ",
  "covers of symmetric and alternating groups, ",
  "and provides some related functionalities." ]),

PackageDoc := rec(
  BookName  := "SpinSym",
  ArchiveURLSubset := [ "doc" ],
  HTMLStart := "doc/chap0.html",
  PDFFile   := "doc/manual.pdf",
  SixFile   := "doc/manual.six",
  LongTitle := "The SpinSym Package",
  Autoload  := true
),

Dependencies := rec(
  GAP := ">=4.5",
  NeededOtherPackages := [["CTblLib", ">=1.2.2"],["GAPDoc", ">=1.5"]],
  SuggestedOtherPackages := [],
  ExternalConditions := []

),

AvailabilityTest := ReturnTrue,

TestFile := "tst/testall.tst",

Keywords := [ "spin", "projective", "symmetric group", "alternating group",
        "Schur cover", "double cover", "Young" ],


AutoDoc := rec(
    TitlePage := rec(
      Version := Concatenation( "Version ", ~.Version ),
      Copyright := """
    ©right; 2012 Lukas Maas <P/>

    The &SpinSym; &GAP; package is free software:
    you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 2 of the License, or
    (at your option) any later version.<P/>
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program (see the file LICENSE).
    If not, see <URL>http://www.gnu.org/licenses/</URL>.
""",
    ),
  ),

));

[ Dauer der Verarbeitung: 0.24 Sekunden  (vorverarbeitet)  ]