this repo has no description
1opam-version: "2.0" 2synopsis: 3 "A fun, functional, and stateful way to build terminal apps in OCaml heavily inspired by Go's BubbleTea" 4description: "A longer description" 5maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7license: "MIT" 8tags: ["tui" "terminal-ui" "framework" "riot"] 9homepage: "https://github.com/leostera/minttea" 10bug-reports: "https://github.com/leostera/minttea/issues" 11depends: [ 12 "ocaml" {>= "5.1"} 13 "dune" {>= "3.11" & >= "3.11"} 14 "riot" {>= "0.0.5"} 15 "tty" {= version} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/leostera/minttea.git" 33url { 34 src: 35 "https://github.com/leostera/minttea/releases/download/0.0.1/minttea-0.0.1.tbz" 36 checksum: [ 37 "sha256=fb89d57982b1d80da2da7965fcf6d2b5c11af83bf17744fb7bf2ac749a98e1b2" 38 "sha512=011460ee0ef0537c384378e25e05f31b5a083100b536b552ccec5890255167ac0e60c4cdb62e1015e048ff2910d411e6abdc50daa54b14db8dffb911aa358121" 39 ] 40} 41x-commit-hash: "90c72fe32831bab95790a7fb1ace1ffb5be168f1"