GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
SetPackageInfo( rec(
PackageName := "4ti2Interface",
Subtitle := "A link to 4ti2",
Version := Maximum( [
"2017.10.04", ## 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 := "Gutsche",
FirstNames := "Sebastian",
IsAuthor := true,
IsMaintainer := true,
Email := "[email protected]",
WWWHome := "http://wwwb.math.rwth-aachen.de/~gutsche/",
PostalAddress := Concatenation( [
"Department of Mathematics\n",
"University of Kaiserslautern\n",
"67653 Kaiserslautern\n",
"Germany" ] ),
Place := "Kaiserslautern",
Institution := "University of Kaiserslautern"
),
],
Status := "deposited",
PackageWWWHome := "http://homalg-project.github.io/homalg_project/4ti2Interface/",
ArchiveFormats := ".tar.gz .zip",
ArchiveURL := Concatenation( "https://github.com/homalg-project/homalg_project/releases/download/4ti2Interface-", ~.Version, "/4ti2Interface-", ~.Version ),
README_URL := Concatenation( ~.PackageWWWHome, "README" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "PackageInfo.g" ),
AbstractHTML :=
"The <span class=\"pkgname\">4ti2Interface</span> package provides an interface to 4ti2",
PackageDoc := rec(
BookName := "4ti2Interface",
ArchiveURLSubset := ["doc"],
HTMLStart := "doc/chap0.html",
PDFFile := "doc/manual.pdf",
SixFile := "doc/manual.six",
LongTitle := "An interface to 4ti2.",
Autoload := false
),
Dependencies := rec(
GAP := ">=4.7",
NeededOtherPackages := [ [ "io", ">=4.2" ] ],
SuggestedOtherPackages := [ [ "AutoDoc", ">=2013.08.22" ] ],
ExternalConditions := []
),
AvailabilityTest := function()
return true;
end,
Autoload := false,
Keywords := [ ]
));