GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
############################################################################# ## ## IO.gi HomalgToCAS package Mohamed Barakat ## ## Copyright 2007-2009 Lehrstuhl B für Mathematik, RWTH Aachen ## ## Declaration stuff to launch and terminate external CASystems. ## ############################################################################# #################################### # # global functions and operations: # #################################### DeclareGlobalFunction( "TerminateCAS" ); DeclareGlobalFunction( "LaunchCAS" ); DeclareGlobalFunction( "LaunchCAS_IO_ForHomalg" ); DeclareGlobalFunction( "InitializeMacros" ); DeclareGlobalFunction( "UpdateMacrosOfCAS" ); DeclareGlobalFunction( "UpdateMacrosOfLaunchedCAS" ); DeclareGlobalFunction( "UpdateMacrosOfLaunchedCASs" );