Groups.jl/Project.toml

32 lines
929 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>"]
2022-04-02 16:19:20 +02:00
version = "0.7.3"
2018-09-21 18:08:44 +02:00
[deps]
2022-04-02 14:18:53 +02:00
Folds = "41a02a25-b8f0-4f67-bc48-60067656b558"
GroupsCore = "d5909c97-4eac-4ecc-a3dc-fdd0858a4120"
2021-05-16 23:22:33 +02:00
KnuthBendix = "c2604015-7b3d-4a30-8a26-9074551ec60a"
2022-04-02 15:50:03 +02:00
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2022-04-02 15:51:29 +02:00
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
2021-05-25 22:27:22 +02:00
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PermutationGroups = "8bc5a954-2dfc-11e9-10e6-cd969bffa420"
2022-04-02 15:50:03 +02:00
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2018-09-26 08:40:28 +02:00
2020-03-25 13:48:44 +01:00
[compat]
2022-04-02 14:18:53 +02:00
Folds = "0.2.7"
2021-09-28 15:47:09 +02:00
GroupsCore = "0.4"
KnuthBendix = "0.3"
2021-05-26 12:18:14 +02:00
OrderedCollections = "1"
2021-09-28 15:47:09 +02:00
PermutationGroups = "0.3"
2022-04-02 15:50:03 +02:00
StaticArrays = "1"
2022-04-02 15:52:24 +02:00
julia = "1.6"
2020-03-25 13:48:44 +01:00
2019-01-02 16:04:56 +01:00
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
2021-07-07 10:41:34 +02:00
PermutationGroups = "8bc5a954-2dfc-11e9-10e6-cd969bffa420"
2021-05-28 18:54:21 +02:00
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019-01-02 16:04:56 +01:00
[targets]
2022-04-02 14:53:06 +02:00
test = ["Test", "BenchmarkTools"]