opam-version: "2.0"
maintainer: "acieroid@awesom.eu"
homepage: "http://www.linux-nantes.org/~fmonnier/OCaml/GL/"
doc: "http://www.linux-nantes.org/~fmonnier/OCaml/GL/doc/"
dev-repo: "git+https://github.com/fccm/glMLite.git"
bug-reports: "https://github.com/fccm/glMLite/issues"
authors: "Florent Monnier"
build: make
depends: [
  "ocaml" {< "4.04.0"}
  "ocamlfind"
  "conf-libjpeg"
]
install: [make "install" "PREFIX=%{lib}%/glMLite"]
depexts: [
  ["freeglut3-dev"] {os-family = "debian"}
  ["homebrew/x11/freeglut"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "OpenGL bindings for OCaml"
description: """
Provide bindings for GL, Glu and Glut, GLE, FTGL, and also some
small image loader modules for different image file formats."""
url {
  src:
    "http://www.linux-nantes.org/~fmonnier/OCaml/GL/download/glMLite-0.03.51.tgz"
  checksum: "md5=9189dcb5c10a86c8b6b2558e03962a04"
}
