unix
POSIX functionality (by haskell)
unix | unix-fcntl | |
---|---|---|
4 | - | |
111 | 2 | |
1.8% | - | |
7.5 | 0.0 | |
3 months ago | over 6 years ago | |
Haskell | Haskell | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
unix
Posts with mentions or reviews of unix.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-23.
-
How to identify external storages?
Haskell has POSIX/Unix functionality, but it seems not to implement lsblk or anything you're looking for. Either extend the interface by using the FFI to import the C libraries or depend on a tool that does so already.
-
Abstract filepath coming soon
unix will get System.Posix.PosixString, so there's no need for it: https://github.com/haskell/unix/pull/202
-
Using posix semaphores on MacOS (and iOS)
I've added the question to the package repo too: https://github.com/haskell/unix/issues/218
unix-fcntl
Posts with mentions or reviews of unix-fcntl.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning unix-fcntl yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing unix and unix-fcntl you can also consider the following projects:
bench - Command-line benchmark tool
unix-memory - Unix mmap (and co) bindings for haskell
ls-usb - A small utility that lists USB devices connected to your system
unix-compat - Haskell portable POSIX-compatibility layer
scp-streams - An SCP protocol implementation
rawfilepath - Haskell library for encoding-free interaction with Unix system. Use RawFilePath (ByteString) instead of FilePath (String)