lwd/nottui.opam

26 lines
588 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: "UI toolkit for the terminal built on top of Notty"
description: "TODO"
maintainer: ["fred@tarides.com"]
authors: ["Frédéric Bour"]
license: "MIT"
homepage: "https://github.com/let-def/lwd"
bug-reports: "https://github.com/let-def/lwd/issues"
2020-04-30 02:55:47 +02:00
depends: ["dune" "lwd" "notty"]
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"