File: mountpoints.cabal

package info (click to toggle)
haskell-mountpoints 1.0.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: ansic: 87; makefile: 4; haskell: 2
file content (31 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (5)
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
30
31
Name: mountpoints
Version: 1.0.2
Cabal-Version: >= 1.8
License: LGPL
Maintainer: Joey Hess <id@joeyh.name>
Author: Joey Hess
Stability: Stable
Copyright: 2012 Joey Hess
License-File: LICENSE
Build-Type: Simple
Category: System
Synopsis: list mount points
Description:
 Lists currently mounted filesystems.
 .
 Works on: Linux, BSD, Mac OS X, Android
Extra-Source-Files:
 cbits/libmounts.h
 CHANGELOG
 LGPL-2.1

Library
  GHC-Options: -Wall -fno-warn-tabs
  Exposed-Modules: System.MountPoints
  Include-Dirs: cbits
  C-Sources: cbits/libmounts.c
  Build-Depends: base (>= 4.5), base < 5

source-repository head
  type: git
  location: git://git.joeyh.name/haskell-mountpoints.git