/usr/share/gap/pkg/tomlib/init.g is in gap-table-of-marks 1r1p4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #############################################################################
##
#W init.g GAP tables of marks library Thomas Breuer
##
#H @(#)$Id: init.g,v 1.6 2003/10/30 09:11:07 gap Exp $
##
#Y Copyright (C) 2001, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany
##
# Read the declaration part.
ReadPackage( "tomlib", "gap/tmadmin.tmd" );
#ReadPackage( "tomlib", "gap/test.gd" );
ReadPackage( "tomlib", "gap/stdgen.gd" );
#############################################################################
##
#E
|