GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
############################################################################# ## #W init.g ACE Package Alexander Hulpke #W Greg Gamble ## #H @(#)$Id$ ## #Y Copyright (C) 2006 Centre for Discrete Mathematics and Computing #Y Department of Information Technology & Electrical Eng. #Y University of Queensland, Australia. ## ############################################################################# ## #R Read the declaration files. ## ReadPackage( "ace", "gap/ace.gd" ); ReadPackage( "ace", "gap/general.gd" ); ReadPackage( "ace", "gap/interact.gd" ); ReadPackage( "ace", "gap/streams.gd" ); ReadPackage( "ace", "gap/options.gd" ); #E init.g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here