(lang dune 3.20) (name inshellah) (generate_opam_files true) (source (github username/reponame)) (authors "Author Name ") (maintainers "Maintainer Name ") (license LICENSE) (documentation https://url/to/documentation) (package (name inshellah) (synopsis "A short synopsis") (description "A longer description") (depends ocaml dune angstrom angstrom-unix (ppx_inline_test :with-test)) (tags ("add topics" "to describe" your project))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html