(lang dune 3.18) (name ocaml_pong) (generate_opam_files true) (source (uri https://git.elnu.com/ElnuDev/ocaml_pong)) (authors "ElnuDev ") (maintainers "ElnuDev ") (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