-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (29 loc) · 913 Bytes
/
Project.toml
File metadata and controls
36 lines (29 loc) · 913 Bytes
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
36
name = "CAP"
uuid = "d64df2ee-d2bb-46f4-8cbc-f03bb858f8cb"
authors = [
"Sebastian Gutsche <sebastian.gutsche@gmail.com>",
"Sebastian Posur <sebastian.posur@uni-muenster.de>",
"Øystein Skartsæterhagen <oysteini@math.ntnu.no>",
"Fabian Zickgraf <f.zickgraf@dashdos.com>"
]
# Transpiled from GAP's CAP v2026.04-02
version = "0.7.1"
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
[weakdeps]
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
[extensions]
CAPJSONExtension = ["JSON3"]
[compat]
julia = "1.11, 1.12"
AbstractAlgebra = "0.43, 0.44, 0.45, 0.46, 0.47, 0.48"
Nemo = "0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54"
Base64 = "1.11"
JSON3 = "1.14"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
[targets]
test = ["Test", "Documenter"]