Groups.jl/Project.toml

28 lines
789 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>"]
2021-05-26 12:18:14 +02:00
version = "0.6.0"
2018-09-21 18:08:44 +02:00
[deps]
GroupsCore = "d5909c97-4eac-4ecc-a3dc-fdd0858a4120"
2021-05-16 23:22:33 +02:00
KnuthBendix = "c2604015-7b3d-4a30-8a26-9074551ec60a"
2021-05-25 22:27:22 +02:00
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
2018-09-26 08:40:28 +02:00
2020-03-25 13:48:44 +01:00
[compat]
2021-06-21 19:14:42 +02:00
AbstractAlgebra = "0.15, 0.16"
GroupsCore = "^0.3"
2021-06-21 20:36:12 +02:00
KnuthBendix = "^0.2.1"
2021-05-26 12:18:14 +02:00
OrderedCollections = "1"
2020-10-09 15:29:19 +02:00
ThreadsX = "^0.1.0"
2021-06-21 19:14:42 +02:00
julia = "1.3, 1.4, 1.5, 1.6"
2020-03-25 13:48:44 +01:00
2019-01-02 16:04:56 +01:00
[extras]
2021-06-21 19:14:42 +02:00
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
2021-05-28 18:54:21 +02:00
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019-01-02 16:04:56 +01:00
[targets]
2021-06-21 19:14:42 +02:00
test = ["Test", "BenchmarkTools", "AbstractAlgebra"]