Skip to content

Commit 47fe18d

Browse files
committed
third time
1 parent 6ab819a commit 47fe18d

File tree

1 file changed

+2
-1
lines changed
  • packages/vlt/vlt.0.2

1 file changed

+2
-1
lines changed

packages/vlt/vlt.0.2/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ tags: ["logging"]
1111
homepage: "https://github.com/codinuum/vlt"
1212
doc: "https://github.com/codinuum/vlt/README.md"
1313
bug-reports: "https://github.com/codinuum/vlt/issues"
14+
available: os-family != "windows"
1415
depends: [
15-
"ocaml" {>= "4.14" & os-family != "windows"}
16+
"ocaml" {>= "4.14"}
1617
"dune" {>= "3.7"}
1718
"ppxlib" {>= "0.29"}
1819
"cppo" {build}

0 commit comments

Comments
 (0)