ocaml-pong/dune-project
2025-04-07 17:00:20 -07:00

27 lines
513 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
tsdl
)
(tags
("game")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html