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/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.08.1" & < "4.12"} "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.3.tar.gz" checksum: [ "sha256=8febeaab6225b07a4b57c6cc9f9a713b0309165f84c09b2e20fb304956fc5ca2" "md5=24b7193f385a2063eca2f0124572f36c" ] }