47 lines
1.4 KiB
Plaintext
Generated
47 lines
1.4 KiB
Plaintext
Generated
opam-version: "2.0"
|
|
synopsis: "Effect-based direct-style IO mainloop for OCaml"
|
|
description: "Selects an appropriate Eio backend for the current platform."
|
|
maintainer: ["anil@recoil.org"]
|
|
authors: ["Anil Madhavapeddy" "Thomas Leonard"]
|
|
license: "ISC"
|
|
homepage: "https://github.com/ocaml-multicore/eio"
|
|
doc: "https://ocaml-multicore.github.io/eio/"
|
|
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
|
|
depends: [
|
|
"dune" {>= "3.9"}
|
|
"mdx" {>= "2.4.1" & with-test}
|
|
"kcas" {>= "0.3.0" & with-test}
|
|
"yojson" {>= "2.0.2" & with-test}
|
|
"eio_linux"
|
|
{= version & os = "linux" &
|
|
(os-distribution != "centos" | os-version > "7")}
|
|
"eio_posix" {= version & os != "win32"}
|
|
"eio_windows" {= version & os = "win32"}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://github.com/ocaml-multicore/eio.git"
|
|
x-ci-accept-failures: ["macos-homebrew"]
|
|
url {
|
|
src:
|
|
"https://github.com/ocaml-multicore/eio/releases/download/v1.2/eio-1.2.tbz"
|
|
checksum: [
|
|
"sha256=3792e912bd8d494bb2e38f73081825e4d212b1970cf2c1f1b2966caa9fd6bc40"
|
|
"sha512=4a80dbcf8cf2663bdad0f2970871844f37bd293c56bd1ce602910e0a613754945f1f942719f9630906453be7c73c1732dc97526c6c90b0b36100d04fd5e871e4"
|
|
]
|
|
}
|
|
x-commit-hash: "f26d70d64265a6bed7416d3db3bd14a5e090b6d6"
|