this repo has no description
1opam-version: "2.0"
2maintainer: "acieroid@awesom.eu"
3authors: "Florent Monnier"
4
5homepage: "http://decapode314.free.fr/ocaml/GL/"
6doc: "http://decapode314.free.fr/ocaml/GL/doc/"
7dev-repo: "git+https://github.com/fccm/glMLite.git"
8bug-reports: "https://github.com/fccm/glMLite/issues"
9
10synopsis: "OpenGL bindings for OCaml"
11tags: [ "bindings" "opengl" "graphics" "3D" ]
12description: """
13Provide bindings for GL, Glu and Glut, GLE, FTGL, and also some
14small image loader modules for different image file formats.
15"""
16build: make
17
18depends: [
19 "ocaml" {>= "4.08.0" & < "5.0"}
20 "ocamlfind" {build}
21 "conf-libjpeg"
22]
23depexts: [
24 ["freeglut3-dev"] {os-family = "debian"}
25 ["libfreeglut-devel"] {os-family = "mageia"}
26 ["homebrew/x11/freeglut"] {os = "macos" & os-distribution = "homebrew"}
27]
28install: [make "install" "PREFIX=%{lib}%/glMLite"]
29url {
30 src: "https://github.com/fccm/glMLite/archive/v0.03.53.tar.gz"
31 checksum: [
32 "sha256=cbafcf6271eeda43bfe4c556230780a28452895de654dc5227a3a46f54defbfd"
33 "md5=dfa092a4cb509e86daf630bd986145c2"
34 ]
35}