File: META

package info (click to toggle)
lablgtk2 2.18.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,732 kB
  • ctags: 5,914
  • sloc: ml: 30,868; ansic: 9,983; makefile: 611; sh: 75
file content (35 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version="2.16.0"
requires(mt) = "threads"
requires(mt,mt_vm) = "threads.vm"
requires(mt,mt_posix) = "threads.posix"
directory="+lablgtk2"
archive(byte) = "lablgtk.cma"
archive(native) = "lablgtk.cmxa"
archive(byte,mt) += "gtkThread.cmo"
archive(native,mt) += "gtkThread.cmx"

package "init" (
  requires = "lablgtk2"
  archive(byte) = "gtkInit.cmo"
  archive(native) = "gtkInit.cmx"
)

package "glade" (
  requires = "lablgtk2"
  archive(byte) = "lablglade.cma"
  archive(native) = "lablglade.cmxa"
)

package "gtkspell" (
  requires = "lablgtk2"
  archive(byte) = "lablgtkspell.cma"
  archive(native) = "lablgtkspell.cmxa"
)

package "sourceview2" (
  exists_if = "lablgtksourceview2.cma,lablgtksourceview2.cmxa,lablgtksourceview2.cmxs"
  description = "Bindings for gtksourceview2"
  requires = "lablgtk2"
  archive(byte) = "lablgtksourceview2.cma"
  archive(native) = "lablgtksourceview2.cmxa"
)