Skip to content

Commit

Permalink
Merge pull request #629 from talex5/linux-available
Browse files Browse the repository at this point in the history
eio_linux: mark as only available on Linux
  • Loading branch information
talex5 committed Oct 8, 2023
2 parents 69c622f + 5b127ad commit 23a1a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eio_linux.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ build: [
]
]
dev-repo: "git+https://github.com/ocaml-multicore/eio.git"
available: [os = "linux"]
1 change: 1 addition & 0 deletions eio_linux.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
available: [os = "linux"]

0 comments on commit 23a1a84

Please sign in to comment.