mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
34 lines
758 B
Text
34 lines
758 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
version: "0.6"
|
|
synopsis: "Non blocking IO for Moonpool based on Unix"
|
|
maintainer: ["Simon Cruanes"]
|
|
authors: ["Simon Cruanes"]
|
|
license: "MIT"
|
|
tags: ["moonpool" "io" "unix" "async"]
|
|
homepage: "https://github.com/c-cube/moonpool"
|
|
bug-reports: "https://github.com/c-cube/moonpool/issues"
|
|
depends: [
|
|
"ocaml" {>= "5.0"}
|
|
"dune" {>= "3.0"}
|
|
"poll" {>= "3.0" & < "4.0"}
|
|
"iostream" {>= "0.2.2"}
|
|
"trace" {with-test}
|
|
"odoc" {with-doc}
|
|
]
|
|
depopts: ["mtime"]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://github.com/c-cube/moonpool.git"
|