opam-version: "2.0"
maintainer: "Florent Monnier <monnier.florent@gmail.com>"
authors: ["Florent Monnier"]

homepage: "https://github.com/fccm/ocaml-sfml"
dev-repo: "git+https://github.com/fccm/ocaml-sfml.git"
bug-reports: "https://github.com/fccm/ocaml-sfml/issues"
doc: "http://www.linux-nantes.org/~fmonnier/ocaml/sfml/doc/"

license: "zlib/png"
synopsis: "Bindings to the SFML multimedia library"
description: """
SFML provides a simple interface to the various components of your PC, to ease
the development of games and multimedia applications.
It is composed of five modules: system, window, graphics, audio and network.

SFML homepage: https://www.sfml-dev.org/

This version of the bindings is known to work with SFML 2.5.1
"""
tags: [ "bindings" "graphics" "audio" "multimedia" "gamedev" "opengl" "network" ]

depends: [
  "ocaml" {>= "4.06" & < "4.08.0"}
  "ocamlfind" {build}
  "conf-sfml2"
]
build: [
  [make "-C" "src" "cxx_all"]
]
install: [
  [make "-C" "src" "findinstall_cxx"]
]

url {
  src: "https://github.com/fccm/ocaml-sfml/archive/v0.08.tar.gz"
  checksum: "md5=295b15da37be52e26c71382408f47d92"
}
