ocaml-pong/dune-project
2025-04-07 16:15:46 -07:00

24 lines
502 B
Text

(lang dune 3.18)
(name ocaml_pong)
(generate_opam_files true)
(source
(uri https://git.elnu.com/ElnuDev/ocaml_pong))
(authors "ElnuDev <elnu@elnu.com>")
(maintainers "ElnuDev <elnu@elnu.com>")
(license LICENSE)
(package
(name ocaml_pong)
(synopsis "An OCaml pong clone")
(description "An pong clone written in OCaml, using the TSDL SDL bindings")
(depends ocaml)
(tags
("game")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html