(lang dune 3.17) (name rdcapsis) (generate_opam_files true) (source (github username/reponame)) (authors "Author Name ") (maintainers "Maintainer Name ") (license LICENSE) (documentation https://url/to/documentation) (package (name rdcapsis) (synopsis "A short synopsis") (description "A longer description") (depends ocaml bignum bigdecimal core dmap delimited_parsing re lwd nottui nottui-lwt nottui-unix (utop :dev) (merlin :dev) (ocamlformat :dev) (odoc :doc)) (tags ("add topics" "to describe" your project))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html