-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvtegtk3.cabal
74 lines (63 loc) · 2.64 KB
/
vtegtk3.cabal
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Name: vtegtk3
Version: 0.13.1.1
License: LGPL-2.1
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Author: Andy Stewart, Axel Simon
Maintainer: [email protected]
Build-Type: Custom
Cabal-Version: >= 1.24
Stability: provisional
homepage: http://projects.haskell.org/gtk2hs/
bug-reports: https://github.com/gtk2hs/vte/issues
Synopsis: Binding to the VTE library.
Description: The VTE library inserts terminal capability strings into a trie, and then
uses it to determine if data received from a pseudo-terminal is a control
sequence or just random data. The sample program "interpret" illustrates
more or less what the widget sees after it filters incoming data.
Category: Graphics
Tested-With: GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1
Extra-Source-Files: Graphics/UI/Gtk/Vte/VteCharAttrFields.h
marshal.list
hierarchy3.list
Data-Dir: demo
Data-Files: Vte.hs
Makefile
x-Types-File: Graphics/UI/Gtk/Vte/Types.chs
x-Types-Tag: vte
x-Types-ModName: Graphics.UI.Gtk.Vte.Types
x-Types-Forward: *Graphics.UI.GtkInternals
x-Types-Destructor: objectUnrefFromMainloop
x-Types-Hierarchy: hierarchy3.list
Source-Repository head
type: git
location: https://github.com/gtk2hs/vte
custom-setup
setup-depends: base >= 4.6,
Cabal >= 1.24 && < 1.25,
gtk2hs-buildtools >= 0.13.1.0 && < 0.14
Library
build-depends: base >= 4 && < 5,
glib >= 0.13.0.0 && < 0.14,
pango >= 0.13.0.0 && < 0.14,
gtk3 >= 0.14.3 && < 0.15
build-tools: gtk2hsC2hs >= 0.13.11,
gtk2hsHookGenerator, gtk2hsTypeGen
exposed-modules:
Graphics.UI.Gtk.Vte.Vte
other-modules:
Graphics.UI.Gtk.Vte.Structs
Graphics.UI.Gtk.Vte.Types
Graphics.UI.Gtk.Vte.Signals
default-language: Haskell98
default-extensions: ForeignFunctionInterface
c-sources: Graphics/UI/Gtk/Vte/VteCharAttrFields.c
x-Signals-File: Graphics/UI/Gtk/Vte/Signals.chs
x-Signals-Modname: Graphics.UI.Gtk.Vte.Signals
x-Signals-Types: marshal.list
x-Signals-Import: Graphics.UI.GtkInternals
x-c2hs-Header: vte/vte.h
include-dirs: Graphics/UI/Gtk/Vte/
pkgconfig-depends: vte-2.90 >= 0.20.5
if os(darwin)
cpp-options: -U__BLOCKS__ -D__attribute__(A)= -D_Nullable= -D_Nonnull=