-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmless.opam
More file actions
37 lines (37 loc) · 1.07 KB
/
mless.opam
File metadata and controls
37 lines (37 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
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."
maintainer: ["Mark Elvers <mark.elvers@tunbury.org>"]
authors: ["Mark Elvers <mark.elvers@tunbury.org>"]
license: "MIT"
tags: ["tui" "file-browser" "terminal" "mosaic" "file-viewer"]
homepage: "https://github.com/mtelvers/mless"
bug-reports: "https://github.com/mtelvers/mless/issues"
depends: [
"dune" {>= "3.19"}
"ocaml"
"logs"
"eio"
"eio_main"
"uutf"
"uuseg"
"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/mtelvers/mless.git"
x-maintenance-intent: ["(latest)"]