mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
25 lines
661 B
TOML
25 lines
661 B
TOML
name = "Groups"
|
|
uuid = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
|
|
authors = ["Marek Kaluba <kalmar@amu.edu.pl>"]
|
|
version = "0.5.2"
|
|
|
|
[deps]
|
|
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
|
|
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
|
GroupsCore = "d5909c97-4eac-4ecc-a3dc-fdd0858a4120"
|
|
KnuthBendix = "c2604015-7b3d-4a30-8a26-9074551ec60a"
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
|
|
|
|
[compat]
|
|
AbstractAlgebra = "^0.13.0, ^0.14.0, ^0.15.0"
|
|
GroupsCore = "^0.3"
|
|
ThreadsX = "^0.1.0"
|
|
julia = "1.3, 1.4, 1.5"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|