(lang dune 3.7) (name sand) (generate_opam_files true) ; Needed to generate correct debug information. ; See https://dune.readthedocs.io/en/stable/dune-files.html#stanza-map_workspace_root (map_workspace_root false) (source (github username/reponame)) (authors "Federico Igne") ; (maintainers "Maintainer Name") ; (license LICENSE) ; (documentation https://url/to/documentation) (package (name sand) (synopsis "A simple editor inspired by 'kilo'.") ; (description "A longer description") ; (tags ; (topics "to describe" your project)) (depends ocaml dune base stdio))