mirror of
https://github.com/ocaml-multicore/eio.git
synced 2025-10-16 00:03:36 -04:00
30 lines
707 B
Plaintext
30 lines
707 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "effect-based direct-style IO for OCaml"
|
|
description:
|
|
"An effect-based IO implementation for multicore OCaml with fibres."
|
|
maintainer: ["anil@recoil.org"]
|
|
authors: ["Anil Madhavapeddy" "Thomas Leonard"]
|
|
license: "ISC"
|
|
homepage: "https://github.com/ocaml-multicore/eioio"
|
|
bug-reports: "https://github.com/ocaml-multicore/eioio/issues"
|
|
depends: [
|
|
"dune" {>= "2.7"}
|
|
"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/eioio.git"
|