We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02f4c8 commit 77c6b4aCopy full SHA for 77c6b4a
.gitignore
@@ -1,3 +1,7 @@
1
*.jl.cov
2
*.jl.*.cov
3
*.jl.mem
4
+/Manifest.toml
5
+/deps/build.log
6
+/deps/deps.jl
7
+/deps/usr/
Project.toml
@@ -0,0 +1,21 @@
+name = "CodecZstd"
+uuid = "4459b14b-3668-429d-8468-65a36ae16185"
+license = "MIT"
+authors = ["Kenta Sato <bicycle1885@gmail.com>"]
+version = "0.5.0"
+
+[deps]
8
+BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
9
+Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
10
+TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
11
12
+[compat]
13
+BinaryProvider = "0.5"
14
+TranscodingStreams = "0.9"
15
+julia = "1"
16
17
+[extras]
18
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
20
+[targets]
21
+test = ["Test"]
REQUIRE
0 commit comments