Skip to content

Commit c2c89ea

Browse files
committed
new organisation url
1 parent 17eab41 commit c2c89ea

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

dune-project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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)

iomux.opam

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ opam-version: "2.0"
33
synopsis: "IO Multiplexer bindings"
44
description:
55
"Low level bindings for Unix IO Multiplexers (poll/ppoll/kevent/epoll)"
6-
maintainer: ["Christiano Haesbaert"]
6+
maintainer: ["OCaml Multicore Team"]
77
authors: ["Christiano Haesbaert"]
88
license: "ISC"
99
tags: ["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"
1313
depends: [
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)"]

0 commit comments

Comments
 (0)