Groups.jl/Project.toml

24 lines
608 B
TOML
Raw Normal View History

2018-09-21 18:08:44 +02:00
name = "Groups"
uuid = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
authors = ["Marek Kaluba <kalmar@amu.edu.pl>"]
2020-11-10 17:13:13 +01:00
version = "0.5.2"
2018-09-21 18:08:44 +02:00
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
2021-05-07 18:14:13 +02:00
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
GroupsCore = "d5909c97-4eac-4ecc-a3dc-fdd0858a4120"
2018-09-21 18:08:44 +02:00
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
2018-09-26 08:40:28 +02:00
2020-03-25 13:48:44 +01:00
[compat]
AbstractAlgebra = "^0.13.0, ^0.14.0, ^0.15.0"
GroupsCore = "^0.3"
2020-10-09 15:29:19 +02:00
ThreadsX = "^0.1.0"
julia = "1.3, 1.4, 1.5"
2020-03-25 13:48:44 +01:00
2019-01-02 16:04:56 +01:00
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]