lwd/nottui-lwt.opam

31 lines
611 B
Plaintext
Raw Permalink Normal View History

2019-12-12 16:31:47 +01:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Run Nottui UIs in Lwt"
maintainer: ["fred@tarides.com"]
authors: ["Frédéric Bour"]
license: "MIT"
homepage: "https://github.com/let-def/lwd"
2020-09-23 14:57:33 +02:00
doc: "https://let-def.github.io/lwd/doc"
2019-12-12 16:31:47 +01:00
bug-reports: "https://github.com/let-def/lwd/issues"
depends: [
2020-09-23 14:57:33 +02:00
"dune" {>= "2.0"}
"notty"
"lwt"
"nottui"
]
2019-12-12 16:31:47 +01:00
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/let-def/lwd.git"