X11-extras: Missing bindings to the X11 graphics library

[ bsd3, graphics, library ] [ Propose Tags ]

Missing bindings to the X11 graphics library.

The binding is a direct translation of the C binding; for documentation of these calls, refer to "The Xlib Programming Manual", available online at http://tronche.com/gui/x/xlib/.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0, 0.1, 0.2, 0.3, 0.4
Dependencies base (<4.3), X11 (>=1.2) [details]
License BSD-3-Clause
Copyright Spencer Janssen 2007
Author Spencer Janssen
Maintainer sjanssen@cse.unl.edu
Revised Revision 1 made by HerbertValerioRiedel at 2015-01-13T09:55:39Z
Category Graphics
Uploaded by DonaldStewart at 2007-04-22T08:28:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5446 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for X11-extras-0.0

[back to package description]
If you are building from a source tarball, you can just use the standard cabal
installation stanza:

$ runghc Setup config
$ runghc Setup build
$ runghc Setup install

However, if you are building from darcs, X11-extras uses autoconf, so you need
to have autoconf installed and run autoconf/autoheader before building:

$ autoconf
$ autoheader