We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ec201 commit 86089ebCopy full SHA for 86089eb
2 files changed
Project.toml
@@ -0,0 +1,21 @@
1
+name = "CodecZlib"
2
+uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
3
+license = "MIT"
4
+authors = ["Kenta Sato <bicycle1885@gmail.com>"]
5
+version = "0.5.2"
6
+
7
+[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