Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peti/hsyslog
Haskell FFI bindings to syslog(3) from POSIX.1-2001.
https://github.com/peti/hsyslog
haskell posix syslog
Last synced: 10 days ago
JSON representation
Haskell FFI bindings to syslog(3) from POSIX.1-2001.
- Host: GitHub
- URL: https://github.com/peti/hsyslog
- Owner: peti
- License: other
- Created: 2013-02-12T11:17:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T13:50:41.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T02:31:00.925Z (7 months ago)
- Topics: haskell, posix, syslog
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/hsyslog
- Size: 96.7 KB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hsyslog
=======[![hackage release](https://img.shields.io/hackage/v/hsyslog.svg?label=hackage)](http://hackage.haskell.org/package/hsyslog)
[![stackage LTS package](http://stackage.org/package/hsyslog/badge/lts)](http://stackage.org/lts/package/hsyslog)
[![stackage Nightly package](http://stackage.org/package/hsyslog/badge/nightly)](http://stackage.org/nightly/package/hsyslog)
[![travis build status](https://img.shields.io/travis/peti/hsyslog/master.svg?label=travis+build)](https://travis-ci.org/peti/hsyslog)- Documentation can be found on [hackage][1].
- Implementation is guided by the [POSIX 1.2008 documentation][2].[1]: http://hackage.haskell.org/package/hsyslog
[2]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html