(lang dune 3.20) (name inshellah) (generate_opam_files true) (source (github username/reponame)) (authors "atagen ") (maintainers "atagen ") (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)))