opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
homepage: "https://github.com/ujamjar/oplay"
build: [
  [ make "all" ]
]
depends: [
  "ocaml"
  "ocamlfind"
  "tsdl" {< "0.9.0"}
  "ctypes" {< "0.18.0"} # used implicitly through tsdl
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/ujamjar/oplay"
synopsis: "Raw YUV video player"
extra-files: ["oplay.install" "md5=ec5b2a247b58c9bfa534468de18bac92"]
url {
  src: "https://github.com/ujamjar/oplay/archive/v1.0.0.tar.gz"
  checksum: "md5=9b565d21693259000a380c5ae9dd9a54"
}
