-
Notifications
You must be signed in to change notification settings - Fork 8
/
Project.toml
36 lines (32 loc) · 1.04 KB
/
Project.toml
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 = "StrideArraysCore"
uuid = "7792a7ef-975c-4747-a70f-980b88e8d1da"
authors = ["Chris Elrod <[email protected]> and contributors"]
version = "0.5.7"
[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
CloseOpenIntervals = "fb6a15b2-703c-40df-9091-08a04967cfa9"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
LayoutPointers = "10f19ff3-798f-405d-979b-55457f8fc047"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ManualMemory = "d125e4d3-2237-4719-b19c-fa641b8a4667"
SIMDTypes = "94e857df-77ce-4151-89e5-788b33177be4"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
ThreadingUtilities = "8290d209-cae3-49c0-8002-c8c24d57dab5"
[compat]
ArrayInterface = "7"
CloseOpenIntervals = "0.1.2"
IfElse = "0.1"
LayoutPointers = "0.1.1"
LinearAlgebra = "1"
ManualMemory = "0.1.6"
SIMDTypes = "0.1"
Static = "0.7, 0.8, 1"
StaticArrayInterface = "1"
Test = "1"
ThreadingUtilities = "0.4.5, 0.5"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]