Skip to content

Commit 50f2e5f

Browse files
authored
Merge pull request #28535 from avsm/release-iomux-v0.4
2 parents e020cc3 + 82f8a1a commit 50f2e5f

File tree

1 file changed

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

1 file changed

+43
-0
lines changed

packages/iomux/iomux.0.4/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: ["OCaml Multicore Team"]
6+
authors: ["Christiano Haesbaert"]
7+
license: "ISC"
8+
tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"]
9+
homepage: "https://github.com/ocaml-multicore/ocaml-iomux"
10+
doc: "https://ocaml-multicore.github.io/ocaml-iomux"
11+
bug-reports: "https://github.com/ocaml-multicore/ocaml-iomux/issues"
12+
depends: [
13+
"ocaml" {>= "4.08"}
14+
"dune" {>= "3.19"}
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/ocaml-multicore/ocaml-iomux.git"
34+
x-maintenance-intent: ["(latest)"]
35+
url {
36+
src:
37+
"https://github.com/ocaml-multicore/ocaml-iomux/releases/download/v0.4/iomux-0.4.tbz"
38+
checksum: [
39+
"sha256=1e393fae559476848c5c70525076b11070e806a549eebae084b046a9772bab35"
40+
"sha512=352c7d92cbc6048cbac2d0b94d1b4e8e81dc20ff2482cad6ed4fc352ac77fcbafb6a6bebb6206967e6a2e215c8b221d38c3ea33cb842153a7e2662bd5780d4b4"
41+
]
42+
}
43+
x-commit-hash: "c2c89ea0198e8119f75766359211d5a3d961535a"

0 commit comments

Comments
 (0)