Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Luv 0.5.13: binding to libuv #25216

Merged
merged 3 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions packages/luv/luv.0.5.13/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"

synopsis: "Binding to libuv: cross-platform asynchronous I/O"

license: "MIT"
homepage: "https://github.com/aantron/luv"
doc: "https://aantron.github.io/luv"
bug-reports: "https://github.com/aantron/luv/issues"

authors: "Anton Bachin <[email protected]>"
maintainer: "Anton Bachin <[email protected]>"
dev-repo: "git+https://github.com/aantron/luv.git"

depends: [
"base-unix" {build}
"ctypes" {>= "0.14.0"}
"dune" {>= "2.7.0"}
"ocaml" {>= "4.03.0"}
"integers" {>= "0.3.0"}

"alcotest" {with-test & >= "0.8.1"}
"base-unix" {with-test}
"odoc" {with-doc & = "2.4.0"}
]

build: [
["dune" "build" "-p" name "-j" jobs]
]

description: "Luv is a binding to libuv, the cross-platform C library that does
asynchronous I/O in Node.js and runs its main loop.

Besides asynchronous I/O, libuv also supports multiprocessing and
multithreading. Multiple event loops can be run in different threads. libuv also
exposes a lot of other functionality, amounting to a full OS API, and an
alternative to the standard module Unix."

url {
src: "https://github.com/aantron/luv/releases/download/0.5.13/luv-0.5.13.tar.gz"
checksum: "md5=fa4875137341933d1308e432c652b2cd"
}
2 changes: 1 addition & 1 deletion packages/mel/mel.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"ocaml"
"melange" {= version}
"cmdliner" {>= "1.1.0"}
"luv" {>= "0.5.11"}
"luv" {>= "0.5.11" & < "0.5.13"}
"ounit" {with-test}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/mel/mel.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"ocaml"
"melange" {= version}
"cmdliner" {>= "1.1.0"}
"luv" {>= "0.5.11"}
"luv" {>= "0.5.11" & < "0.5.13"}
"ocaml-migrate-parsetree" {>= "2.3.0"}
"ounit" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion packages/mel/mel.0.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"ocaml"
"melange" {= version}
"cmdliner" {>= "1.1.0"}
"luv" {>= "0.5.11"}
"luv" {>= "0.5.11" & < "0.5.13"}
"ocaml-migrate-parsetree" {>= "2.3.0"}
"ounit" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion packages/mel/mel.0.3.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"ocaml"
"melange" {= version}
"cmdliner" {>= "1.1.0"}
"luv" {>= "0.5.11"}
"luv" {>= "0.5.11" & < "0.5.13"}
"ocaml-migrate-parsetree" {>= "2.3.0"}
"ounit" {with-test}
"odoc" {with-doc}
Expand Down