Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

vincenthz/hs-unix-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unix-memory

Build Status BSD Haskell

Provide access to lowlevel syscalls for memory mapping. typically mmap, munmap, msync, mlock, mprotect, ..

Documentation: unix-memory on hackage

The goal is to fold the System.Posix.Memory module in the unix package. As the unix package is tied to ghc, it's not convenient to upgrade the package, so this package can act as a test ground, and a compatility module for older unix version.

Portability is inherently difficult, but the goal is to support every unixoid (Linux, BSD, MacOSX) that have mmap style functions. Bug reports and pull requests to improve portability more than welcome.

About

Unix mmap (and co) bindings for haskell

Resources

License

Stars

Watchers

Forks

Packages

No packages published