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
|
name: iwlib
version: 0.1.2
synopsis: Bindings for the iw C library
description:
A binding to the iw library for getting info about the current WiFi connection.
homepage: https://codeberg.org/xmobar/iwlib
bug-reports: https://codeberg.org/xmobar/iwlib/issues
license: BSD3
license-file: LICENSE
author: Jose Antonio Ortega Ruiz <jao@gnu.org>
maintainer: Jose Antonio Ortega Ruiz <jao@gnu.org>
category: System, Network
build-type: Simple
cabal-version: >=1.10
extra-source-files: readme.md
source-repository head
type: git
location: https://codeberg.org/xmobar/iwlib.git
library
build-depends: base >=4 && <5
hs-source-dirs: src
includes: iwlib.h
default-language: Haskell2010
exposed-modules: Network.IWlib
extra-libraries: iw
ghc-options: -Wall
|