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: "https://github.com/let-def/lwd/releases/download/v0.3/lwd-0.3.tbz"
32 checksum: [
33 "sha256=1ffbf25b6b67d8e06e5b07263ecf0d7083578057bddcc4b145df1dcdea170112"
34 "sha512=95b1fd4b7fcce72f4e220cc9a6cb3c14ea352faeac239345cca61a8906c328078e5ff3143e04c2602710e1ac4c3513d4f19c6ab62ffc716f195a3f9e0ba0560c"
35 ]
36}
37x-commit-hash: "3c446b45b2d9e81bc72b57ada168fe7923f9b02c"