this repo has no description
0
fork

Configure Feed

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

Merge pull request #25000 from leostera/release-minttea-0.0.2

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

authored by

Marcello Seri and committed by
GitHub
d2da2a87 1c047b32

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