iwlib: Bindings for the iw C library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A binding to the iw library for getting info about the current WiFi connection.


[Skip to Readme]

Properties

Versions 0.1.0, 0.1.0, 0.1.1, 0.1.2
Change log None available
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Author Jose Antonio Ortega Ruiz <jao@gnu.org>
Maintainer Jose Antonio Ortega Ruiz <jao@gnu.org>
Category System, Network
Home page https://github.com/jaor/iwlib
Bug tracker https://github.com/jaor/iwlib/issues
Source repo head: git clone https://github.com/jaor/iwlib.git
Uploaded by JoseAntonioOrtegaRuiz at 2018-01-30T23:02:19Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for iwlib-0.1.0

[back to package description]

Hackage

About

iwlib is a thin wrapper over the iw C library, providing access to wireless card information in supported systems.

Bug Reports

To submit bug reports you can use the bug tracker over at Github.

Installation

Using cabal-install

Xmobar is available from Hackage, and you can install it using cabal-install:

    cabal install iwlib

From source

If you don't have cabal-install installed, you can get xmobar's source code in a variety of ways:

If you have cabal installed, you can now use it from within its source tree:

    cabal install

Otherwise, run the configure script:

    runhaskell Setup.lhs configure

Now you can build the source:

    runhaskell Setup.lhs build
    runhaskell Setup.lhs install # possibly to be run as root

External dependencies

No other Haskell library is required, but you will need the iwlib C library and headers in your system (e.g., install libiw-dev in Debian-based systems or wireless_tools on Arch Linux).

Authors

This library is written and maintaned by Jose Antonio Ortega Ruiz.

Thanks

Many thanks to Leif Warner for suggesting the creation of this library and providing the initial hackage scaffolding.

License

This software is released under a BSD-style license. See LICENSE for more details.

Copyright © 2018 Jose Antonio Ortega Ruiz