(lang dune 3.15) (name dir2safequery) (generate_opam_files true) (source (github username/reponame)) (authors "Ernest Deak") (maintainers "Ernest Deak") (license LICENSE) (documentation https://url/to/documentation) (package (name dir2safequery) (synopsis "Create a safe html query from a directory listing") (description "Generate an html link with directory as query d and filename as query q") (depends ocaml dune) (tags (topics "to describe" your project))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project .