GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
SetPackageInfo( rec(
PackageName := "ToolsForHomalg",
Subtitle := "Special methods and knowledge propagation tools",
Version := Maximum( [
"2011.09.12", ## Markus' version
## this line prevents merge conflicts
"2017.09.10", ## Mohamed's version
## this line prevents merge conflicts
"2017.11.05", ## Sebas' version
## this line prevents merge conflicts
] ),
Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
Persons := [
rec(
LastName := "Barakat",
FirstNames := "Mohamed",
IsAuthor := true,
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "http://www.mathematik.uni-kl.de/~barakat/",
PostalAddress := Concatenation( [
"Department of Mathematics\n",
"University of Kaiserslautern\n",
"67653 Kaiserslautern\n",
"Germany" ] ),
Place := "Kaiserslautern",
Institution := "University of Kaiserslautern"
),
rec(
LastName := "Gutsche",
FirstNames := "Sebastian",
IsAuthor := true,
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "http://wwwb.math.rwth-aachen.de/~gutsche/",
PostalAddress := Concatenation( [
"Sebastian Gutsche\n",
"Lehrstuhl B fuer Mathematik, RWTH Aachen\n",
"Templergraben 64\n",
"52062 Aachen\n",
"Germany" ] ),
Place := "Aachen",
Institution := "RWTH Aachen University"
),
rec(
LastName := "Lange-Hegermann",
FirstNames := "Markus",
IsAuthor := true,
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "http://wwwb.math.rwth-aachen.de/~markus/",
PostalAddress := Concatenation( [
"Markus Lange-Hegermann\n",
"Lehrstuhl B fuer Mathematik, RWTH Aachen\n",
"Templergraben 64\n",
"52062 Aachen\n",
"Germany" ] ),
Place := "Aachen",
Institution := "RWTH Aachen University"
),
],
Status := "deposited",
PackageWWWHome := "http://homalg-project.github.io/homalg_project/ToolsForHomalg/",
ArchiveFormats := ".tar.gz .zip",
ArchiveURL := Concatenation( "https://github.com/homalg-project/homalg_project/releases/download/ToolsForHomalg-", ~.Version, "/ToolsForHomalg-", ~.Version ),
README_URL := Concatenation( ~.PackageWWWHome, "README" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "PackageInfo.g" ),
AbstractHTML :=
"The <span class=\"pkgname\">ToolsForHomalg</span> package provides GAP extensions for the homalg project",
PackageDoc := rec(
BookName := "ToolsForHomalg",
ArchiveURLSubset := ["doc"],
HTMLStart := "doc/chap0.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := "Provides special methods and knowledge propagation tools",
Autoload := false
),
Dependencies := rec(
GAP := ">=4.7",
NeededOtherPackages := [ [ "GAPDoc", ">= 1.0" ], [ "AutoDoc", ">=2013.11.10" ] ],
SuggestedOtherPackages := [ ],
ExternalConditions := []
),
AvailabilityTest := function()
return true;
end,
Autoload := false,
Keywords := [ ]
));