Terminal styling and layout widgets
1.3 kB
49 lines
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Terminal styling and layout widgets"
4description: """
5Type-safe terminal styling (colors, bold, italic) and layout widgets
6 (tables, trees, panels) for OCaml CLI applications. Inspired by
7 Python's Rich and Go's Charm/lipgloss."""
8maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
9authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
10license: "ISC"
11tags: ["org:blacksun" "cli" "format"]
12homepage: "https://tangled.org/gazagnaire.org/ocaml-console"
13bug-reports: "https://tangled.org/gazagnaire.org/ocaml-console/issues"
14depends: [
15 "dune" {>= "3.21"}
16 "ascii"
17 "ocaml" {>= "5.1"}
18 "fmt" {>= "0.9"}
19 "logs"
20 "uutf" {>= "1.0"}
21 "alcotest" {with-test}
22 "mdx" {with-test}
23 "alcobar" {with-test}
24 "matrix" {with-test}
25 "eio_main" {with-test}
26 "uucp" {with-test}
27 "re" {with-test}
28 "odoc" {with-doc}
29]
30build: [
31 ["dune" "subst"] {dev}
32 [
33 "dune"
34 "build"
35 "-p"
36 name
37 "-j"
38 jobs
39 "@install"
40 "@runtest" {with-test}
41 "@doc" {with-doc}
42 ]
43]
44dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-console"
45x-maintenance-intent: ["(latest)"]
46x-quality-build: "2026-04-15"
47x-quality-cram: "2026-04-15"
48x-quality-fuzz: "2026-04-15"
49x-quality-test: "2026-04-15"