Skip to content

Commit 6d93a77

Browse files
committed
project/manifest
1 parent 91554c9 commit 6d93a77

File tree

3 files changed

+99
-1
lines changed

3 files changed

+99
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ docs/Manifest.toml
1616
_*.dat
1717
*.swp
1818
__pycache__/
19-
Manifest.toml

Manifest.toml

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
[[Base64]]
4+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5+
6+
[[Compat]]
7+
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
8+
git-tree-sha1 = "49269e311ffe11ac5b334681d212329002a9832a"
9+
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
10+
version = "1.5.1"
11+
12+
[[Dates]]
13+
deps = ["Printf"]
14+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
15+
16+
[[DelimitedFiles]]
17+
deps = ["Mmap"]
18+
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
19+
20+
[[Distributed]]
21+
deps = ["Random", "Serialization", "Sockets"]
22+
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
23+
24+
[[InteractiveUtils]]
25+
deps = ["Markdown"]
26+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
27+
28+
[[LibGit2]]
29+
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
30+
31+
[[Libdl]]
32+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
33+
34+
[[LinearAlgebra]]
35+
deps = ["Libdl"]
36+
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
37+
38+
[[Logging]]
39+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
40+
41+
[[Markdown]]
42+
deps = ["Base64"]
43+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
44+
45+
[[Mmap]]
46+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
47+
48+
[[Pkg]]
49+
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
50+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
51+
52+
[[Printf]]
53+
deps = ["Unicode"]
54+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
55+
56+
[[REPL]]
57+
deps = ["InteractiveUtils", "Markdown", "Sockets"]
58+
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
59+
60+
[[Random]]
61+
deps = ["Serialization"]
62+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
63+
64+
[[SHA]]
65+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
66+
67+
[[Serialization]]
68+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
69+
70+
[[SharedArrays]]
71+
deps = ["Distributed", "Mmap", "Random", "Serialization"]
72+
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
73+
74+
[[Sockets]]
75+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
76+
77+
[[SparseArrays]]
78+
deps = ["LinearAlgebra", "Random"]
79+
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
80+
81+
[[Statistics]]
82+
deps = ["LinearAlgebra", "SparseArrays"]
83+
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
84+
85+
[[Test]]
86+
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
87+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
88+
89+
[[UUIDs]]
90+
deps = ["Random", "SHA"]
91+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
92+
93+
[[Unicode]]
94+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

Project.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "MacroTools"
2+
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
3+
4+
[deps]
5+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)