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 fc430f5 commit 88fdd9eCopy full SHA for 88fdd9e
zstandard.opam
@@ -1,4 +1,5 @@
1
opam-version: "2.0"
2
+version: "v0.12.0"
3
maintainer: "[email protected]"
4
authors: ["Jane Street Group, LLC <[email protected]>"]
5
homepage: "https://github.com/janestreet/zstandard"
@@ -11,8 +12,8 @@ build: [
11
12
]
13
depends: [
14
"ocaml" {>= "4.07.0"}
- "core_kernel"
15
- "ppx_jane"
+ "core_kernel" {>= "v0.12" & < "v0.13"}
16
+ "ppx_jane" {>= "v0.12" & < "v0.13"}
17
"conf-zstd"
18
"ctypes"
19
"dune" {build & >= "1.5.1"}
0 commit comments