(lang dune 3.20) (name merry) (generate_opam_files true) (source (uri git+https://tangled.org/patrick.sirref.org/merry)) (authors "Patrick Ferris ") (maintainers "Patrick Ferris ") (license ISC) (documentation https://url/to/documentation) (package (name merry) (synopsis "A shell library") (description "A library for writing shells") (depends morbig linenoise (yojson (>= 2.2.2)) (ppxlib (>= 0.37.0)) (ppx_deriving_yojson (>= 3.10.0)) (globlon (>= 0)) (fpath (>= 0.7.3)) (eio_posix (= "dev")) (eio (= "dev")) (cmdliner (>= 1.3.0)) ocaml) (tags ("add topics" "to describe" your project))) (package (name msh) (synopsis "A shell") (description "msh is a shell written completely in OCaml using the merry library") (depends (eio (and (>= 1.3) :with-test)) (fmt (>= 0.11.0)) (eio_posix (>= 1.3)) (cmdliner (>= 1.3.0)) merry))