opam-version: "2.0" maintainer: "Florent Monnier " authors: [ "Florent Monnier" "Sylvain Boilard" ] 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://fccm.github.io/ocaml-sfml/" license: "zlib-acknowledgement" 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.05.1"} "ocamlfind" {build} "conf-sfml2" ] build: [ [make "-C" "src" "cxx_all"] ] install: [ [make "-C" "src" "findinstall_cxx"] ] url { src: "http://decapode314.free.fr/ocaml/SFML/downloads/ocaml-sfml-0.09.2.tar.gz" checksum: [ "sha256=ce1e50dec69a4495232261627a359a8fb54d79788147380bee78b0983f8b6951" "md5=9ae99bb47bb68d5181d01b7bbc78a351" ] }