opam-version: "2.0"
maintainer: "jdralliam@gmail.com"
build: [
  ["cmake" "."]
  [make]
]
remove: [[make "uninstall"]]
depends: ["ocaml" "ocamlfind" "ocamlbuild"]
depexts: [
  ["cmake" "libboost-dev" "libsfml-dev"] {os-family = "debian"}
]
x-ci-accept-failures: ["debian-unstable"]
install: [make "install"]
synopsis: "Binding to the C++ SFML gaming library."
description: """
The C++ library SFML (2.0) must be installed before any installation of this binding.
See http://www.sfml-dev.org/index.php for more information."""
url {
  src: "https://github.com/KyoDralliam/Ocsfml/tarball/master"
  checksum: "md5=bf823023c9dcc9de9b41ec8eb77861cb"
}
