forked from homalg-project/HigherHomologicalAlgebra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
read.g
27 lines (23 loc) · 1.12 KB
/
read.g
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SPDX-License-Identifier: GPL-2.0-or-later
# HomotopyCategories: Homotopy categories of additive categories
#
# Reading the implementation part of the package.
#
ReadPackage( "HomotopyCategories", "gap/Categories.gi" );
ReadPackage( "HomotopyCategories", "gap/Objects.gi" );
ReadPackage( "HomotopyCategories", "gap/Morphisms.gi" );
ReadPackage( "HomotopyCategories", "gap/HomStructure.gi" );
ReadPackage( "HomotopyCategories", "gap/TriangulatedStructure.gi" );
ReadPackage( "HomotopyCategories", "gap/Convolution.gi" );
ReadPackage( "HomotopyCategories", "gap/StrongExceptionalSequences.gi" );
ReadPackage( "HomotopyCategories", "gap/Functors.gi" );
ReadPackage( "HomotopyCategories", "gap/NaturalTransformations.gi" );
if IsPackageMarkedForLoading( "Algebroids", ">= 2022.11-10" ) then
ReadPackage( "HomotopyCategories", "gap/OnlyWithAlgebroids.gi" );
fi;
if IsPackageMarkedForLoading( "FunctorCategories", ">= 2022.11-07" ) then
ReadPackage( "HomotopyCategories", "gap/OnlyWithFunctorCategories.gi" );
fi;
if IsPackageMarkedForLoading( "JuliaInterface", ">= 0.2" ) then
ReadPackage( "HomotopyCategories", "gap/Julia.gi" );
fi;