forked from homalg-project/CAP_project.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (29 loc) · 1.15 KB
/
Project.toml
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
28
29
30
31
32
33
34
35
name = "FreydCategoriesForCAP"
uuid = "cec356e3-7627-4f73-8308-af32cbf46c2b"
authors = [
"Sebastian Posur <sebastian.posur@uni-muenster.de>",
"Martin Bies <martin.bies@alumni.uni-heidelberg.de>",
"Fabian Zickgraf <fabian.zickgraf@uni-siegen.de>",
]
version = "0.1.0"
[deps]
MatricesForHomalg = "29b9b1b6-efa6-450e-8188-a5a2c25df071"
CAP = "d64df2ee-d2bb-46f4-8cbc-f03bb858f8cb"
MonoidalCategories = "bfd98c86-782f-4b94-909f-74167f1eb613"
LinearAlgebraForCAP = "3dc4824f-14ac-4ab7-8a60-75dbcd4a9d60"
[weakdeps]
CartesianCategories = "c5961c08-7b59-43f4-a15e-02b3e7c87ab8"
Toposes = "36a15fe6-6211-457f-8fdb-aa2e0d2f3052"
FinSetsForCAP = "0a079e9b-4bc2-44fe-a89b-7607e4464786"
[extensions]
FreydCategoriesForCAPFinSetsForCAPExtension = ["CartesianCategories", "Toposes", "FinSetsForCAP"]
[compat]
julia = "1.9"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CartesianCategories = "c5961c08-7b59-43f4-a15e-02b3e7c87ab8"
Toposes = "36a15fe6-6211-457f-8fdb-aa2e0d2f3052"
FinSetsForCAP = "0a079e9b-4bc2-44fe-a89b-7607e4464786"
[targets]
test = ["Test", "Documenter", "CartesianCategories", "Toposes", "FinSetsForCAP"]