Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] minttea (3 packages) (0.0.3) #25273

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions packages/leaves/leaves.0.0.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis: "A collection of reusable components from Mint Tea"
description:
"Leaves is a collection of reusable components for writing TUI applications with Mint Tea"
maintainer: ["Leandro Ostera <[email protected]>"]
authors: ["Leandro Ostera <[email protected]>"]
license: "MIT"
tags: ["tui" "terminal-ui" "apps" "components" "component" "library"]
homepage: "https://github.com/leostera/minttea"
bug-reports: "https://github.com/leostera/minttea/issues"
depends: [
"dune" {>= "3.11"}
"ocaml" {>= "5.1"}
"minttea" {= version}
"mdx" {with-test & >= "2.3.1"}
"spices" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/leostera/minttea.git"
url {
src:
"https://github.com/leostera/minttea/releases/download/0.0.3/minttea-0.0.3.tbz"
checksum: [
"sha256=5846895420afb2629c17cfb2ce8be58edf1d196688bf852602bef88eae95a3d3"
"sha512=cf48698811f9ad764385b7ec80a17921a0f335a6f0d5ef8dd0ac7cd4f9eca38eafff4f92800cabffaa0e10b6eb84bc3bb88bf1012d9fbeab014c67ec25450a98"
]
}
x-commit-hash: "fca6652761605d5f42f5ab575ba674359d3dc51d"
43 changes: 43 additions & 0 deletions packages/minttea/minttea.0.0.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis:
"A fun, functional, and stateful way to build terminal apps in OCaml heavily inspired by Go's BubbleTea"
description: "A longer description"
maintainer: ["Leandro Ostera <[email protected]>"]
authors: ["Leandro Ostera <[email protected]>"]
license: "MIT"
tags: ["tui" "terminal-ui" "framework" "riot"]
homepage: "https://github.com/leostera/minttea"
bug-reports: "https://github.com/leostera/minttea/issues"
depends: [
"dune" {>= "3.11"}
"ocaml" {>= "5.1"}
"riot" {= "0.0.8"}
"mdx" {with-test & >= "2.3.1"}
"tty" {>= "0.0.2"}
"uuseg"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"uuseg"
"uuseg" {>= "15.1.0"}

Due to the use of Uuseg_string

"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/leostera/minttea.git"
url {
src:
"https://github.com/leostera/minttea/releases/download/0.0.3/minttea-0.0.3.tbz"
checksum: [
"sha256=5846895420afb2629c17cfb2ce8be58edf1d196688bf852602bef88eae95a3d3"
"sha512=cf48698811f9ad764385b7ec80a17921a0f335a6f0d5ef8dd0ac7cd4f9eca38eafff4f92800cabffaa0e10b6eb84bc3bb88bf1012d9fbeab014c67ec25450a98"
]
}
x-commit-hash: "fca6652761605d5f42f5ab575ba674359d3dc51d"
45 changes: 45 additions & 0 deletions packages/spices/spices.0.0.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
synopsis: "Declarative styles for TUI applications"
description:
"Spices lets you create style definitions for TUIs and provide handy renderers for strings over them"
maintainer: ["Leandro Ostera <[email protected]>"]
authors: ["Leandro Ostera <[email protected]>"]
license: "MIT"
tags: [
"styling" "styles" "declarative" "framework" "tui" "terminal-ui" "apps"
]
homepage: "https://github.com/leostera/minttea"
bug-reports: "https://github.com/leostera/minttea/issues"
depends: [
"dune" {>= "3.11"}
"ocaml" {>= "5.1"}
"colors" {>= "0.0.1"}
"mdx" {with-test & >= "2.3.1"}
"minttea" {= version & with-test}
"tty" {>= "0.0.2"}
mseri marked this conversation as resolved.
Show resolved Hide resolved
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/leostera/minttea.git"
url {
src:
"https://github.com/leostera/minttea/releases/download/0.0.3/minttea-0.0.3.tbz"
checksum: [
"sha256=5846895420afb2629c17cfb2ce8be58edf1d196688bf852602bef88eae95a3d3"
"sha512=cf48698811f9ad764385b7ec80a17921a0f335a6f0d5ef8dd0ac7cd4f9eca38eafff4f92800cabffaa0e10b6eb84bc3bb88bf1012d9fbeab014c67ec25450a98"
]
}
x-commit-hash: "fca6652761605d5f42f5ab575ba674359d3dc51d"