version: "0.9.0"
opam-version: "2.0"
name: "tgls"
synopsis: "Thin bindings to OpenGL {3,4} and OpenGL ES {2,3} for OCaml"
description: """\
Tgls is a set of independent OCaml libraries providing thin bindings
to OpenGL libraries. It has support for core OpenGL 3.{2,3} and
4.{0,1,2,3,4} and OpenGL ES 2 and 3.{0,1,2}.

Tgls depends on [ocaml-ctypes][ctypes] and the C OpenGL library of your
platform. It is distributed under the ISC license.
          
[ctypes]: https://github.com/ocamllabs/ocaml-ctypes

Home page: <http://erratique.ch/software/tgls>"""
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: "The tgls programmers"
license: "ISC"
tags: ["bindings" "opengl" "opengl-es" "graphics" "org:erratique"]
homepage: "https://erratique.ch/software/tgls"
doc: "https://erratique.ch/software/tgls/doc/"
bug-reports: "https://github.com/dbuenzli/tgls/issues"
depends: [
  "ocaml" {>= "4.08.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build & >= "1.0.3"}
  "ctypes" {>= "0.21.1"}
  "ctypes-foreign" {>= "0.21.1"}
  "xmlm" {dev}
]
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/tgls.git"
x-maintenance-intent: ["(latest)"]
