name: bindings-lxc
version: 0.2
synopsis: Direct Haskell bindings to LXC (Linux containers) C API.
description: The package provides direct bindings to LXC C API through @bindings-dsl@.
homepage: https://github.com/fizruk/bindings-lxc
bug-reports: https://github.com/fizruk/bindings-lxc/issues
license: BSD3
license-file: LICENSE
author: Nickolay Kudasov
maintainer: nickolay.kudasov@gmail.com
-- copyright:
category: FFI
build-type: Simple
extra-source-files: README.md
, CHANGELOG.md
, include/bindings.lxc.container.h
cabal-version: >=1.10
library
default-language: Haskell2010
hs-source-dirs: src/
include-dirs: include/
build-depends: base >=4.7 && <4.8
, bindings-DSL >=1.0 && <1.1
extra-libraries: lxc
default-extensions:
ForeignFunctionInterface
exposed-modules:
Bindings.LXC
Bindings.LXC.Container
Bindings.LXC.AttachOptions
Bindings.LXC.Sys.Types
source-repository head
type: git
location: https://github.com/fizruk/bindings-lxc.git
branch: master