File: webkit.cabal

package info (click to toggle)
haskell-webkit 0.12.3-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 396 kB
  • ctags: 5
  • sloc: haskell: 511; makefile: 10; ansic: 5
file content (88 lines) | stat: -rw-r--r-- 3,452 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Name:           webkit
Version:        0.12.3
License:        LGPL-2.1
License-file:   COPYING
Copyright:      (c) 2001-2010 The Gtk2Hs Team
Author:         Cjacker Huang, Andy Stewart, Axel Simon
Maintainer:     gtk2hs-users@lists.sourceforge.net
Build-Type:     Custom
Cabal-Version:  >= 1.8
Stability:      provisional
homepage:       http://projects.haskell.org/gtk2hs/
bug-reports:    http://hackage.haskell.org/trac/gtk2hs/
Synopsis:       Binding to the Webkit library.
Description:    WebKit is a web content engine, derived from KHTML and KJS from KDE, and
                used primarily in Apple's Safari browser.  It is made to be embedded in
                other applications, such as mail readers, or web browsers.

                It is able to display content such as HTML, SVG, XML, and others. It also
                supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.

Category:       Graphics
Tested-With:    GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1
Extra-Source-Files: hswebkit.h
                    SetupWrapper.hs SetupMain.hs Gtk2HsSetup.hs
                    marshal.list
					hierarchy.list
					
Data-Dir:		demo
Data-Files:		Webkit.hs
                Makefile
					
x-Types-File:       Graphics/UI/Gtk/WebKit/Types.chs
x-Types-Tag:        webkit
x-Types-ModName:    Graphics.UI.Gtk.WebKit.Types
x-Types-Forward:    *Graphics.UI.GtkInternals
x-Types-Destructor: objectUnrefFromMainloop
x-Types-Hierarchy:  hierarchy.list

Source-Repository head
  type:         darcs
  location:     http://code.haskell.org/webkit/

Library
        build-depends:  base >= 4 && < 5,
                        glib  >= 0.12 && < 0.13, 
                        pango >= 0.12 && < 0.13, 
                        cairo >= 0.12 && < 0.13,
                        gtk   >= 0.12 && < 0.13
						
        build-tools:    gtk2hsC2hs >= 0.13.5,
                        gtk2hsHookGenerator, gtk2hsTypeGen
		
        exposed-modules:
          Graphics.UI.Gtk.WebKit.CacheModel
          Graphics.UI.Gtk.WebKit.Download
          Graphics.UI.Gtk.WebKit.GeolocationPolicyDecision
          Graphics.UI.Gtk.WebKit.HitTestResult
          Graphics.UI.Gtk.WebKit.NetworkRequest
          Graphics.UI.Gtk.WebKit.NetworkResponse
          Graphics.UI.Gtk.WebKit.SecurityOrigin
          Graphics.UI.Gtk.WebKit.SoupAuthDialog
          Graphics.UI.Gtk.WebKit.WebBackForwardList
          Graphics.UI.Gtk.WebKit.WebDatabase
          Graphics.UI.Gtk.WebKit.WebDataSource
          Graphics.UI.Gtk.WebKit.WebFrame
          Graphics.UI.Gtk.WebKit.WebHistoryItem
          Graphics.UI.Gtk.WebKit.WebInspector
          Graphics.UI.Gtk.WebKit.WebNavigationAction
          Graphics.UI.Gtk.WebKit.WebPolicyDecision
          Graphics.UI.Gtk.WebKit.WebResource
          Graphics.UI.Gtk.WebKit.WebSettings
          Graphics.UI.Gtk.WebKit.WebView
          Graphics.UI.Gtk.WebKit.WebWindowFeatures
        other-modules:
          Graphics.UI.Gtk.WebKit.Internal
          Graphics.UI.Gtk.WebKit.Types		  
          Graphics.UI.Gtk.WebKit.Signals

        extensions:     ForeignFunctionInterface
		
        x-Signals-File:  Graphics/UI/Gtk/WebKit/Signals.chs
        x-Signals-Modname: Graphics.UI.Gtk.WebKit.Signals
        x-Signals-Types: marshal.list
        x-Signals-Import: Graphics.UI.GtkInternals
		
        x-c2hs-Header:  webkit/webkit.h
        cpp-options: -D_Bool=int
        pkgconfig-depends: webkit-1.0 >= 1.1.15