# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "An OCaml pong clone" description: "An pong clone written in OCaml, using the TSDL SDL bindings" maintainer: ["ElnuDev "] authors: ["ElnuDev "] license: "LICENSE" tags: ["game"] depends: [ "dune" {>= "3.18"} "ocaml" "tsdl" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "https://git.elnu.com/ElnuDev/ocaml_pong" x-maintenance-intent: ["(latest)"]