Skip to content

Commit d95a0fc

Browse files
authored
Merge pull request ocaml#23354 from haesbaert/release-iomux-v0.1
[new release] iomux (0.1)
2 parents 452dafb + 5d4078a commit d95a0fc

File tree

1 file changed

+43
-0
lines changed
  • packages/iomux/iomux.0.1

1 file changed

+43
-0
lines changed

packages/iomux/iomux.0.1/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis: "IO Multiplexer bindings"
3+
description:
4+
"Low level bindings for Unix IO Multiplexers (poll/ppoll/kevent/epoll)"
5+
maintainer: ["Christiano Haesbaert"]
6+
authors: ["Christiano Haesbaert"]
7+
license: "ISC"
8+
tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"]
9+
homepage: "https://github.com/haesbaert/ocaml-iomux"
10+
doc: "https://haesbaert.github.io/ocaml-iomux"
11+
bug-reports: "https://github.com/haesbaert/ocaml-iomux/issues"
12+
available: os != "macos"
13+
depends: [
14+
"ocaml" {>= "4.08"}
15+
"dune" {>= "3.6"}
16+
"dune-configurator"
17+
"alcotest" {with-test}
18+
"odoc" {with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/haesbaert/ocaml-iomux.git"
35+
url {
36+
src:
37+
"https://github.com/haesbaert/ocaml-iomux/releases/download/v0.1/iomux-0.1.tbz"
38+
checksum: [
39+
"sha256=e6fb595df0ce06c05dfd6a517c5322be1557b9c9519d33f350a7d07bee5efd45"
40+
"sha512=ba344dac05fddf2af5511518bb5bf12e043d5039d5960ca4738d5925c21c9f6e1b4f61de03181d37951c565df1688ff0ad23784a57013a08544abe0b1cbc1c41"
41+
]
42+
}
43+
x-commit-hash: "83b90b97d7326f3cafaf298f6ae0ad94ff2b1232"

0 commit comments

Comments
 (0)