this repo has no description
1opam-version: "2.0" 2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 3homepage: "http://erratique.ch/software/tgls" 4authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"] 5doc: "http://erratique.ch/software/tgls/doc/" 6dev-repo: "git+http://erratique.ch/repos/tgls.git" 7bug-reports: "https://github.com/dbuenzli/tgls/issues" 8tags: [ "bindings" "opengl" "opengl-es" "graphics" "org:erratique" ] 9license: "ISC" 10depends: [ 11 "ocaml" {>= "4.01.0" & < "5.0"} 12 "ocamlfind" {build} 13 "ocamlbuild" {build} 14 "topkg" {build} 15 "base-bytes" 16 "ctypes" {>= "0.4.0" & < "0.21.0"} 17 "ctypes-foreign" 18 "tsdl" {with-test} 19 "result" {with-test} 20] 21build: [ 22 "ocaml" "pkg/pkg.ml" "build" 23 "--pinned" "%{pinned}%" ] 24synopsis: "Thin bindings to OpenGL {3,4} and OpenGL ES {2,3} for OCaml" 25description: """ 26Tgls is a set of independent OCaml libraries providing thin bindings 27to OpenGL libraries. It has support for core OpenGL 3.{2,3} and 284.{0,1,2,3,4} and OpenGL ES 2 and 3.{0,1,2}. 29 30Tgls depends on [ocaml-ctypes][ctypes] and the C OpenGL library of your 31platform. It is distributed under the ISC license. 32 33[ctypes]: https://github.com/ocamllabs/ocaml-ctypes""" 34url { 35 src: "http://erratique.ch/software/tgls/releases/tgls-0.8.4.tbz" 36 checksum: [ 37 "sha256=b0093085c21af61de3d94eecb148b17fc9eac0ef5931bbdd91810e561fc740a9" 38 "md5=5313717d52360db40dffc6826c2ffb2d" 39 ] 40}