packages feed

clock-0.1: clock.cabal

Name:               clock
Version:            0.1
License:            BSD3
License-file:       COPYING
Copyright:          (c) 2009 Cetin Sert
Author:             Cetin Sert <cetin@sertcom.de>
Maintainer:         Cetin Sert <cetin@sertcom.de>
Homepage:           http://sert.homedns.org/hs/clock/
Category:           System
Synopsis:           bindings to time.h: clock_gettime and clock_getres
Description:        bindings to time.h: clock_gettime and clock_getres
Stability:          Experimental
Build-type:         Simple
Build-depends:      base >= 2 && < 4.2
Exposed-Modules:    System.CPUTime.Clock
Extensions:         ForeignFunctionInterface
C-sources:	        csec/clock.c
Include-dirs:       csec
Install-includes:   clock.h
ghc-options:        -O2 -Wall -fglasgow-exts