Skip to content

Commit 688d6e3

Browse files
committed
deps
1 parent bfcdb13 commit 688d6e3

4 files changed

Lines changed: 7 additions & 22 deletions

File tree

Project.toml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
11
name = "Sequences"
22
uuid = "b4b868b0-69a7-11e9-2db0-173b4e8e576c"
3-
authors = ["OLMS <seq@olms.onl>"]
43
version = "0.1.0"
54

65
[deps]
7-
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
8-
Atom = "c52e3926-4ff0-5f6e-af25-54175e0327b1"
9-
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
106
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
11-
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
7+
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
128
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
13-
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
14-
Gumbo = "708ec375-b3d6-5a57-a7ce-8257bf98657a"
159
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
16-
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
17-
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1810
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
19-
Juno = "e5e0dc1b-0480-54bc-9374-aad01c23163d"
20-
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
2111
Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
22-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
23-
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
24-
StringBuilders = "db12335b-fddc-5e1b-b0ee-42071d21ae50"
25-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
26-
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

src/Sequences.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is part of Sequences.
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
4-
# Version of: UTC 2019-04-30 11:23:27
5-
# 9c509a30-6b29-11e9-37db-83b83d401682
4+
# Version of: UTC 2019-04-30 12:27:44
5+
# 97889bc0-6b32-11e9-284d-a37e4a338c05
66
# Do not edit this file, it is generated from the modules and will be overwritten!
77
# Edit the modules in the src directory and build this file with BuildSequences.jl!
88
__precompile__()

test/perftests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-04-30 11:23:27
6-
# 9c56b4b0-6b29-11e9-2191-f3bd3e20aeb3
5+
# Version of: UTC 2019-04-30 12:27:44
6+
# 978e1a00-6b32-11e9-3a9d-a9287e8a096f
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-04-30 11:23:27
6-
# 9c552e10-6b29-11e9-3889-834f79f8d267
5+
# Version of: UTC 2019-04-30 12:27:44
6+
# 978c9360-6b32-11e9-17f7-130fc555e7d4
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!

0 commit comments

Comments
 (0)