generated from ElnuDev/ocaml-project
30 lines
625 B
Text
30 lines
625 B
Text
# 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 <elnu@elnu.com>"]
|
|
authors: ["ElnuDev <elnu@elnu.com>"]
|
|
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)"]
|