File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 22
33* Clamp max open files to 2^19, as macOS sometimes returns
44 2^32-1 (#7 @avsm ).
5+ * Upgrade to dune 3.19 and move to ocaml-multicore organisation (@avsm ).
56
67## v0.3 (2023-03-10)
78
Original file line number Diff line number Diff line change 1- (lang dune 3 .6 )
1+ (lang dune 3 .19 )
22(name iomux)
33( generate_opam_files true )
44( source
5- ( github haesbaert /ocaml-iomux) )
5+ ( github ocaml-multicore /ocaml-iomux) )
66( authors " Christiano Haesbaert" )
7- ( maintainers " Christiano Haesbaert " )
7+ ( maintainers " OCaml Multicore Team " )
88( license ISC)
9- ( documentation https://haesbaert .github.io/ocaml-iomux)
9+ ( documentation https://ocaml-multicore .github.io/ocaml-iomux)
1010
1111( package
1212 (name iomux)
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ opam-version: "2.0"
33synopsis: "IO Multiplexer bindings"
44description:
55 "Low level bindings for Unix IO Multiplexers (poll/ppoll/kevent/epoll)"
6- maintainer: ["Christiano Haesbaert "]
6+ maintainer: ["OCaml Multicore Team "]
77authors: ["Christiano Haesbaert"]
88license: "ISC"
99tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"]
10- homepage: "https://github.com/haesbaert /ocaml-iomux"
11- doc: "https://haesbaert .github.io/ocaml-iomux"
12- bug-reports: "https://github.com/haesbaert /ocaml-iomux/issues"
10+ homepage: "https://github.com/ocaml-multicore /ocaml-iomux"
11+ doc: "https://ocaml-multicore .github.io/ocaml-iomux"
12+ bug-reports: "https://github.com/ocaml-multicore /ocaml-iomux/issues"
1313depends: [
1414 "ocaml" {>= "4.08"}
15- "dune" {>= "3.6 "}
15+ "dune" {>= "3.19 "}
1616 "dune-configurator"
1717 "alcotest" {with-test}
1818 "odoc" {with-doc}
@@ -31,4 +31,5 @@ build: [
3131 "@doc" {with-doc}
3232 ]
3333]
34- dev-repo: "git+https://github.com/haesbaert/ocaml-iomux.git"
34+ dev-repo: "git+https://github.com/ocaml-multicore/ocaml-iomux.git"
35+ x-maintenance-intent: ["(latest)"]
You can’t perform that action at this time.
0 commit comments