this repo has no description
1opam-version: "2.0" 2synopsis: "A collection of reusable components from Mint Tea" 3description: 4 "Leaves is a collection of reusable components for writing TUI applications with Mint Tea" 5maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7license: "MIT" 8tags: ["tui" "terminal-ui" "apps" "components" "component" "library"] 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 "spices" {= version} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/leostera/minttea.git" 32url { 33 src: 34 "https://github.com/leostera/minttea/releases/download/0.0.1/minttea-0.0.1.tbz" 35 checksum: [ 36 "sha256=fb89d57982b1d80da2da7965fcf6d2b5c11af83bf17744fb7bf2ac749a98e1b2" 37 "sha512=011460ee0ef0537c384378e25e05f31b5a083100b536b552ccec5890255167ac0e60c4cdb62e1015e048ff2910d411e6abdc50daa54b14db8dffb911aa358121" 38 ] 39} 40x-commit-hash: "90c72fe32831bab95790a7fb1ace1ffb5be168f1"