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 "dune" {>= "3.11"} 13 "ocaml" {>= "5.1"} 14 "riot" {= "0.0.5"} 15 "mdx" {with-test & >= "2.3.1"} 16 "tty" {>= "0.0.2"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/leostera/minttea.git" 34url { 35 src: 36 "https://github.com/leostera/minttea/releases/download/0.0.2/minttea-0.0.2.tbz" 37 checksum: [ 38 "sha256=d1e07b3aec5c3ddbfd6dfd9a21011e8abe389907f1e56d80263ed56f8a46b4b2" 39 "sha512=f7550e05e0e3b61cd3134469368d65f96d89b529e45d6938fd89949390fb14ed8732a02e6ef350fcd8507fa8a1ad393ae29a24b994dbe26917a2c3d879e25698" 40 ] 41} 42x-commit-hash: "1bc14017f6f45c7edc16c17cd1084195ea6cbad7"