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.0"} 11 "lwd" {= version} 12 "notty" 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/let-def/lwd.git" 29x-commit-hash: "0e35464eee6fafcd1502fcc0bf0b12f82911406b" 30url { 31 src: "https://github.com/let-def/lwd/releases/download/v0.1/lwd-v0.1.tbz" 32 checksum: [ 33 "sha256=547fca47767744595b80fdf30e4d0e2748333bb1994a0a9061f620be7ed76c49" 34 "sha512=472a97a9904f09c09368a85f0b1a6b8812586e8d46cb8602e33d9cf2ca8fc005ab7f81a9494c3a508c1c5104f71e0c8552505ab55941a69a2ca950e0717e45f1" 35 ] 36}