28 lines
499 B
Text
28 lines
499 B
Text
(lang dune 3.20)
|
|
|
|
(name inshellah)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(source
|
|
(github username/reponame))
|
|
|
|
(authors "atagen <boss@atagen.co>")
|
|
|
|
(maintainers "atagen <boss@atagen.co>")
|
|
|
|
(license GPL-3.0-or-later)
|
|
|
|
(package
|
|
(name inshellah)
|
|
(synopsis "Nushell completions generator")
|
|
(description
|
|
"Inshellah parses manpages and --help switches to generate completions for nushell.")
|
|
(depends
|
|
ocaml
|
|
dune
|
|
angstrom
|
|
angstrom-unix
|
|
camlzip)
|
|
(tags
|
|
(shell completions nushell parser angstrom)))
|