==== What? ==== OCaml bindings to the ClanLib library. ClanLib is a game SDK providing interfaces for 2D graphics, input, sound, resources, networking, GUI, OpenGL, and more. The goal is to provide a game SDK that does all the dirty work that all modern games need to implement anyway, thus making the game developer concentrate on the gameplay instead of reinventing the wheel over and over again. ==== Who? ==== Copyright (C) 2013 Florent Monnier Contact: <monnier.florent @ SOMEWHERE> ==== Where? ==== SOMEWHERE := gmail.com ==== Which? ==== If the header files are in "/usr/include/ClanLib-2.3/ClanLib" then: make CL_VER=2.3 make install ==== When? ==== ClanLib-2.1.2 or ClanLib-2.3.7 ==== How? ==== The code is provided under the Zlib license: See the file "LICENSE.txt" or this URL: http://opensource.org/licenses/Zlib This software is provided without warranty of any kind. ==== Why? ==== 42