name: posix-realtime version: 0.0.0.2 license: BSD3 license-file: LICENSE category: System maintainer: mjgajda@gmail.com synopsis: POSIX Realtime functionality description: This package gives you access to the set of operating system services standardised by POSIX 1003.1b (or the IEEE Portable Operating System Interface for Computing Environments - IEEE Std. 1003.1). . The package is not supported under Windows (except under Cygwin). cabal-version: >= 1.6 build-type: Configure extra-source-files: configure.ac configure unix.buildinfo.in include/HsUnixConfig.h.in extra-tmp-files: config.log config.status autom4te.cache unix.buildinfo include/HsUnixConfig.h library exposed-modules: System.Posix.Realtime.MQueue System.Posix.Realtime.RTSched System.Posix.Realtime.LockedMem System.Posix.Realtime.RTDataTypes System.Posix.Realtime.RTTime System.Posix.Realtime.Aio build-depends: base > 4.5 && < 4.8, unix < 2.7 extensions: CPP, ForeignFunctionInterface include-dirs: include install-includes: HsUnixConfig.h source-repository head type: git location: https://github.com/mgajda/posix-realtime.git