Update dune-project

This commit is contained in:
Kaustubh Maske Patil 2024-07-20 04:06:16 +05:30
parent 52194abc6c
commit d7e6f2172c

View File

@ -5,22 +5,19 @@
(generate_opam_files true) (generate_opam_files true)
(source (source
(github username/reponame)) (github nikochiko/boks))
(authors "Author Name") (authors "Kaustubh M")
(maintainers "Maintainer Name") (maintainers "Kaustubh M")
(license LICENSE) (license MIT)
(documentation https://url/to/documentation) (documentation https://git.kaustubh.page/kaustubh/boks)
(package (package
(name boks) (name boks)
(synopsis "A short synopsis") (synopsis "Box maker in OCaml")
(description "A longer description") (description "CLI tool to make boxes with text in OCaml")
(depends ocaml dune) (depends ocaml dune)
(tags (tags "cli"))
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project