packages feed

tuntap-simple-0.1.0.0: tuntap-simple.cabal

name:                tuntap-simple
version:             0.1.0.0
synopsis:            A simple tun/tap library
description:         Please see README.md
homepage:            https://github.com/riaqn/tuntap-simple#readme
license:             BSD3
license-file:        LICENSE
author:              Zesen Qian
maintainer:          haskell@riaqn.org
copyright:           GPL3
category:            Network
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Network.TUNTAP
  build-depends:       base >= 4.7 && < 5
                     , ioctl
  default-language:    Haskell2010
  default-extensions:  MultiParamTypeClasses

source-repository head
  type:     git
  location: https://github.com/riaqn/tuntap-simple