-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
24 lines (16 loc) · 824 Bytes
/
dune-project
File metadata and controls
24 lines (16 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(lang dune 3.19)
(name mless)
(generate_opam_files true)
(source
(github mtelvers/mless))
(authors "Mark Elvers <mark.elvers@tunbury.org>")
(maintainers "Mark Elvers <mark.elvers@tunbury.org>")
(license MIT)
(package
(name mless)
(synopsis "A terminal file and directory browser built with Mosaic TUI")
(description "mless (Mosaic Less) is a terminal-based file and directory browser with vim-like navigation, built using the Mosaic TUI framework. Features include directory browsing with parent navigation, file viewing with horizontal/vertical scrolling, and intuitive keyboard controls.")
(depends ocaml logs eio eio_main uutf uuseg)
(tags
("tui" "file-browser" "terminal" "mosaic" "file-viewer")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html