Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/process
Library for dealing with system processes
https://github.com/haskell/process
Last synced: about 1 month ago
JSON representation
Library for dealing with system processes
- Host: GitHub
- URL: https://github.com/haskell/process
- Owner: haskell
- License: other
- Created: 2014-05-02T08:20:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T14:29:18.000Z (7 months ago)
- Last Synced: 2024-04-16T00:49:07.292Z (7 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/process
- Size: 2.59 MB
- Stars: 84
- Watchers: 21
- Forks: 80
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
The `process` Package [![Hackage](https://img.shields.io/hackage/v/process.svg)](https://hackage.haskell.org/package/process) ![Tests](https://github.com/haskell/process/workflows/Tests/badge.svg)
=====================See [`process` on Hackage](http://hackage.haskell.org/package/process) for
more information.Installing from Git
-------------------To build this package using Cabal directly from Git, you must run
`autoreconf -i` before the usual Cabal build steps (`cabal
{configure,build,install}`). The program `autoreconf` is part of
[GNU autoconf](http://www.gnu.org/software/autoconf/). There is no
need to run the `configure` script: `cabal configure` will do this for
you.