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 6ab819a commit 47fe18dCopy full SHA for 47fe18d
packages/vlt/vlt.0.2/opam
@@ -11,8 +11,9 @@ tags: ["logging"]
11
homepage: "https://github.com/codinuum/vlt"
12
doc: "https://github.com/codinuum/vlt/README.md"
13
bug-reports: "https://github.com/codinuum/vlt/issues"
14
+available: os-family != "windows"
15
depends: [
- "ocaml" {>= "4.14" & os-family != "windows"}
16
+ "ocaml" {>= "4.14"}
17
"dune" {>= "3.7"}
18
"ppxlib" {>= "0.29"}
19
"cppo" {build}
0 commit comments