this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24941 from leostera/release-minttea-0.0.1

[new release] minttea (3 packages) (0.0.1)

authored by

Anil Madhavapeddy and committed by
GitHub
15b621a5 3d7f3829

+123
+40
packages/leaves/leaves.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A collection of reusable components from Mint Tea" 3 + description: 4 + "Leaves is a collection of reusable components for writing TUI applications with Mint Tea" 5 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7 + license: "MIT" 8 + tags: ["tui" "terminal-ui" "apps" "components" "component" "library"] 9 + homepage: "https://github.com/leostera/minttea" 10 + bug-reports: "https://github.com/leostera/minttea/issues" 11 + depends: [ 12 + "ocaml" {>= "5.1"} 13 + "dune" {>= "3.11" & >= "3.11"} 14 + "spices" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://github.com/leostera/minttea.git" 32 + url { 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 + } 40 + x-commit-hash: "90c72fe32831bab95790a7fb1ace1ffb5be168f1"
+41
packages/minttea/minttea.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "A fun, functional, and stateful way to build terminal apps in OCaml heavily inspired by Go's BubbleTea" 4 + description: "A longer description" 5 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7 + license: "MIT" 8 + tags: ["tui" "terminal-ui" "framework" "riot"] 9 + homepage: "https://github.com/leostera/minttea" 10 + bug-reports: "https://github.com/leostera/minttea/issues" 11 + depends: [ 12 + "ocaml" {>= "5.1"} 13 + "dune" {>= "3.11" & >= "3.11"} 14 + "riot" {>= "0.0.5"} 15 + "tty" {= version} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 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 + ] 32 + dev-repo: "git+https://github.com/leostera/minttea.git" 33 + url { 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 + } 41 + x-commit-hash: "90c72fe32831bab95790a7fb1ace1ffb5be168f1"
+42
packages/spices/spices.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Declarative styles for TUI applications" 3 + description: 4 + "Spices lets you create style definitions for TUIs and provide handy renderers for strings over them" 5 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 6 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 7 + license: "MIT" 8 + tags: [ 9 + "styling" "styles" "declarative" "framework" "tui" "terminal-ui" "apps" 10 + ] 11 + homepage: "https://github.com/leostera/minttea" 12 + bug-reports: "https://github.com/leostera/minttea/issues" 13 + depends: [ 14 + "ocaml" {>= "5.1"} 15 + "dune" {>= "3.11" & >= "3.11"} 16 + "tty" {= version} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 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 + ] 33 + dev-repo: "git+https://github.com/leostera/minttea.git" 34 + url { 35 + src: 36 + "https://github.com/leostera/minttea/releases/download/0.0.1/minttea-0.0.1.tbz" 37 + checksum: [ 38 + "sha256=fb89d57982b1d80da2da7965fcf6d2b5c11af83bf17744fb7bf2ac749a98e1b2" 39 + "sha512=011460ee0ef0537c384378e25e05f31b5a083100b536b552ccec5890255167ac0e60c4cdb62e1015e048ff2910d411e6abdc50daa54b14db8dffb911aa358121" 40 + ] 41 + } 42 + x-commit-hash: "90c72fe32831bab95790a7fb1ace1ffb5be168f1"