this repo has no description
1opam-version: "2.0"
2synopsis: "UI toolkit for the terminal built on top of Notty and Lwd"
3maintainer: ["fred@tarides.com"]
4authors: ["Frédéric Bour"]
5license: "MIT"
6homepage: "https://github.com/let-def/lwd"
7doc: "https://let-def.github.io/lwd/doc"
8bug-reports: "https://github.com/let-def/lwd/issues"
9depends: [
10 "dune" {>= "2.7"}
11 "lwd" {= version}
12 "notty" {>= "0.2"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/let-def/lwd.git"
30url {
31 src:
32 "https://github.com/let-def/lwd/releases/download/v0.2/nottui-lwt-0.2.tbz"
33 checksum: [
34 "sha256=09d9ebbffb172789938869136562d7b70818d6167f4bb05b8b187c08af3b3221"
35 "sha512=a88cfbdce6ecd280d10c34a712b685b44c712981ac85e500dab1518e513f9ac0bc02d0469184df927ab86f29e330b3439bb7eb8fb9a11f90a0a37bf46fdaa53e"
36 ]
37}
38x-commit-hash: "4f6c9ea3872859f352fd2fa3af864c457233f675"