Skip to content

Commit 0a99b39

Browse files
committed
Files generated by PkgTemplates
1 parent aac1cfc commit 0a99b39

10 files changed

+164
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_Store
2+
/Manifest.toml
3+
/dev/
4+
/docs/build/
5+
/docs/site/

LICENSE

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2019 fcasal
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

Project.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "CryptoUtils"
2+
uuid = "04afed74-ac16-11e9-37b6-1352e3e05830"
3+
authors = ["fcasal"]
4+
version = "0.1.0"
5+
6+
[compat]
7+
julia = "1.1"
8+
9+
[extras]
10+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11+
12+
[targets]
13+
test = ["Test"]

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CryptoUtils
2+
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://fcasal.github.io/CryptoUtils.jl/stable)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://fcasal.github.io/CryptoUtils.jl/dev)

docs/Manifest.toml

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
[[Base64]]
4+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5+
6+
[[Dates]]
7+
deps = ["Printf"]
8+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
9+
10+
[[Distributed]]
11+
deps = ["Random", "Serialization", "Sockets"]
12+
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
13+
14+
[[DocStringExtensions]]
15+
deps = ["LibGit2", "Markdown", "Pkg", "Test"]
16+
git-tree-sha1 = "0513f1a8991e9d83255e0140aace0d0fc4486600"
17+
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
18+
version = "0.8.0"
19+
20+
[[Documenter]]
21+
deps = ["Base64", "DocStringExtensions", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
22+
git-tree-sha1 = "4a84478277020abfff208cde31ba1aa68a5bc572"
23+
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
24+
version = "0.23.0"
25+
26+
[[InteractiveUtils]]
27+
deps = ["Markdown"]
28+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
29+
30+
[[JSON]]
31+
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
32+
git-tree-sha1 = "b34d7cef7b337321e97d22242c3c2b91f476748e"
33+
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
34+
version = "0.21.0"
35+
36+
[[LibGit2]]
37+
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
38+
39+
[[Logging]]
40+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
41+
42+
[[Markdown]]
43+
deps = ["Base64"]
44+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
45+
46+
[[Mmap]]
47+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
48+
49+
[[Parsers]]
50+
deps = ["Dates", "Test"]
51+
git-tree-sha1 = "db2b35dedab3c0e46dc15996d170af07a5ab91c9"
52+
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
53+
version = "0.3.6"
54+
55+
[[Pkg]]
56+
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
57+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
58+
59+
[[Printf]]
60+
deps = ["Unicode"]
61+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
62+
63+
[[REPL]]
64+
deps = ["InteractiveUtils", "Markdown", "Sockets"]
65+
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
66+
67+
[[Random]]
68+
deps = ["Serialization"]
69+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
70+
71+
[[SHA]]
72+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
73+
74+
[[Serialization]]
75+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
76+
77+
[[Sockets]]
78+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
79+
80+
[[Test]]
81+
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
82+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
83+
84+
[[UUIDs]]
85+
deps = ["Random", "SHA"]
86+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
87+
88+
[[Unicode]]
89+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

docs/Project.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

docs/make.jl

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using Documenter, CryptoUtils
2+
3+
makedocs(;
4+
modules=[CryptoUtils],
5+
format=Documenter.HTML(),
6+
pages=[
7+
"Home" => "index.md",
8+
],
9+
repo="https://github.com/fcasal/CryptoUtils.jl/blob/{commit}{path}#L{line}",
10+
sitename="CryptoUtils.jl",
11+
authors="fcasal",
12+
assets=String[],
13+
)

docs/src/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CryptoUtils.jl
2+
3+
```@index
4+
```
5+
6+
```@autodocs
7+
Modules = [CryptoUtils]
8+
```

src/CryptoUtils.jl

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module CryptoUtils
2+
3+
greet() = print("Hello World!")
4+
5+
end # module

test/runtests.jl

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
using CryptoUtils
2+
using Test
3+
4+
@testset "CryptoUtils.jl" begin
5+
# Write your own tests here.
6+
end

0 commit comments

Comments
 (0)