Skip to content

Commit 0584e16

Browse files
committed
[new release] iomux (0.1)
CHANGES: * Initial release
1 parent 0fd96b9 commit 0584e16

File tree

1 file changed

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

1 file changed

+42
-0
lines changed

packages/iomux/iomux.0.1/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
depends: [
13+
"ocaml" {>= "4.08"}
14+
"dune" {>= "3.6"}
15+
"dune-configurator"
16+
"alcotest" {with_test}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/haesbaert/ocaml-iomux.git"
34+
url {
35+
src:
36+
"https://github.com/haesbaert/ocaml-iomux/releases/download/v0.1/iomux-0.1.tbz"
37+
checksum: [
38+
"sha256=e6fb595df0ce06c05dfd6a517c5322be1557b9c9519d33f350a7d07bee5efd45"
39+
"sha512=ba344dac05fddf2af5511518bb5bf12e043d5039d5960ca4738d5925c21c9f6e1b4f61de03181d37951c565df1688ff0ad23784a57013a08544abe0b1cbc1c41"
40+
]
41+
}
42+
x-commit-hash: "83b90b97d7326f3cafaf298f6ae0ad94ff2b1232"

0 commit comments

Comments
 (0)