mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-05 19:00:35 -05:00
34 lines
728 B
Text
34 lines
728 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "Use nanoev from picos"
|
|
maintainer: ["Simon Cruanes"]
|
|
authors: ["Simon Cruanes"]
|
|
license: "MIT"
|
|
tags: ["unix" "select" "async"]
|
|
homepage: "https://github.com/c-cube/nanoev"
|
|
bug-reports: "https://github.com/c-cube/nanoev/issues"
|
|
depends: [
|
|
"ocaml"
|
|
"dune" {>= "2.7"}
|
|
"base-unix"
|
|
"nanoev" {= version}
|
|
"iostream" {>= "0.3"}
|
|
"picos" {>= "0.5" & < "0.7"}
|
|
"picos_std" {>= "0.5" & < "0.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/c-cube/nanoev.git"
|