-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlinux-namespaces.cabal
29 lines (26 loc) · 1020 Bytes
/
linux-namespaces.cabal
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
29
name: linux-namespaces
version: 0.2.0.1
synopsis: Work with linux namespaces: create new or enter existing ones
description:
This library provides bindings to the @unshare(2)@ and @setns(2)@ linux
system calls.
homepage: /~https://github.com/redneb/hs-linux-namespaces
bug-reports: /~https://github.com/redneb/hs-linux-namespaces/issues
license: BSD3
license-file: LICENSE
author: Marios Titas <rednebΑΤgmxDΟΤcom>
maintainer: Marios Titas <rednebΑΤgmxDΟΤcom>
category: System
build-type: Simple
cabal-version: >=1.10
extra-source-files:
ChangeLog.md
source-repository head
type: git
location: /~https://github.com/redneb/hs-linux-namespaces.git
library
exposed-modules: System.Linux.Namespaces
build-depends: base >=4.6 && <5, unix >=2.6 && <3.0, bytestring >=0.10 && <1.0
build-tools: hsc2hs
default-language: Haskell2010
ghc-options: -Wall