(lang dune 3.20) (using menhir 3.0) (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 linenoise visitors re terminal xdge globlon logs (menhir (= 20250912)) (yojson (= 2.2.2)) (ppxlib (>= 0.37.0)) (ppx_deriving_yojson (>= 3.10.0)) (globlon (>= 0)) (fpath (>= 0.7.3)) (eio_posix (= 1.3)) (eio (= 1.3)) (cmdliner (>= 1.3.0)) (alcotest :with-test) ocaml) (tags ("add topics" "to describe" your project)))