aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ocaml-lablgl/pkg-descr
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-06-27 20:08:41 +0800
committerperky <perky@FreeBSD.org>2002-06-27 20:08:41 +0800
commitbdb62668bb07198d67a0fde67b4e290bcd49478a (patch)
tree9bd12c62cc790ef6c298d3b51b4e2bb428d3be7b /graphics/ocaml-lablgl/pkg-descr
parent3061d44576a4c58823474dbff46e9dda3fd035fa (diff)
downloadfreebsd-ports-gnome-bdb62668bb07198d67a0fde67b4e290bcd49478a.tar.gz
freebsd-ports-gnome-bdb62668bb07198d67a0fde67b4e290bcd49478a.tar.zst
freebsd-ports-gnome-bdb62668bb07198d67a0fde67b4e290bcd49478a.zip
Add lablgl 0.97, OpenGL interface for Objective Caml.
PR: 33961 Submitted by: Ronald Kuehn <rk@ronald.org>
Diffstat (limited to 'graphics/ocaml-lablgl/pkg-descr')
-rw-r--r--graphics/ocaml-lablgl/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/ocaml-lablgl/pkg-descr b/graphics/ocaml-lablgl/pkg-descr
new file mode 100644
index 000000000000..da4859e29b04
--- /dev/null
+++ b/graphics/ocaml-lablgl/pkg-descr
@@ -0,0 +1,10 @@
+LablGL is an OpenGL interface for Objective Caml. Since it includes
+support for the Togl widget, you can comfortably use it with LablTk.
+
+All of the GL and GLU libraries are available. Read a good book
+about how to use these. Translating from OpenGL to LablGL is rather
+straitforward: there is a LablGL function for each OpenGL one. For
+ease of retrieving, both GL and GLU are cut in smaller modules of
+related functions.
+
+Please see ${PREFIX}/share/doc/ocaml/lablgl/README for further information.