Update project

This commit is contained in:
Elnu 2025-04-07 16:15:46 -07:00
parent 477d55f180
commit e77e6c0174
7 changed files with 719 additions and 50 deletions

View file

@ -1,26 +1,24 @@
(lang dune 3.18)
(name helloworld)
(name ocaml_pong)
(generate_opam_files true)
(source
(github username/reponame))
(uri https://git.elnu.com/ElnuDev/ocaml_pong))
(authors "Author Name <author@example.com>")
(authors "ElnuDev <elnu@elnu.com>")
(maintainers "Maintainer Name <maintainer@example.com>")
(maintainers "ElnuDev <elnu@elnu.com>")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name helloworld)
(synopsis "A short synopsis")
(description "A longer description")
(name ocaml_pong)
(synopsis "An OCaml pong clone")
(description "An pong clone written in OCaml, using the TSDL SDL bindings")
(depends ocaml)
(tags
("add topics" "to describe" your project)))
("game")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html