File: META

package info (click to toggle)
lablgl 1.02-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,836 kB
  • ctags: 5,247
  • sloc: ansic: 15,774; ml: 5,813; makefile: 397; tcl: 328
file content (16 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version="1.00"
directory="+lablgl"
archive(byte) = "lablgl.cma"
archive(native) = "lablgl.cmxa"

package "togl" (
  requires = "labltk lablgl"
  archive(byte) = "togl.cma"
  archive(native) = "togl.cmxa"
)

package "glut" (
  requires = "lablgl"
  archive(byte) = "lablglut.cma"
  archive(native) = "lablglut.cmxa"
)