/usr/share/gap/pkg/tomlib/read.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 20 | #############################################################################
##
#W read.g GAP tables of marks library Thomas Breuer
##
#H @(#)$Id: read.g,v 1.4 2003/10/30 08:05:46 gap Exp $
##
#Y Copyright (C) 2001, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany
##
# Read the implementation part.
ReadPackage( "tomlib", "gap/tmadmin.tmi" );
ReadPackage( "tomlib", "gap/tmstdrd.tom" );
#ReadPackage( "tomlib", "gap/test.gi" );
ReadPackage( "tomlib", "gap/stdgen.gi" );
#############################################################################
##
#E
|