hgreet: Haskell module to interact with the greetd daemon trough it's IPC protocol.

[ gpl, library, network ] [ Propose Tags ]

This package provides a Haskell module to interact with the greetd daemon. It is intended as a simple abstraction layer for the IPC protocol, and is NOT a greeter in and of itself. For an example of a working greeter based on this, see hgreet-example.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies aeson (>=2.0.3 && <2.1), base (>=4.14 && <4.17), bytestring (>=0.10 && <0.12), cpu (>=0.1.2 && <0.2), hosc (>=0.19.1 && <0.20), network (>=3.1.2 && <3.2) [details]
License GPL-3.0-or-later
Copyright Copyright (C) 2022 Hazel (Vawlpe)
Author Vawlpe
Maintainer vawlpe@gmail.com
Revised Revision 3 made by Vawlpe at 2022-06-16T00:18:38Z
Category Network
Home page https://github.com/Vawlpe/hgreet
Bug tracker https://github.com/Vawlpe/hgreet/issues
Source repo head: git clone https://github.com/Vawlpe/hgreet.git
Uploaded by Vawlpe at 2022-06-15T19:25:30Z
Distributions
Downloads 68 total (4 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-06-16 [all 3 reports]

Readme for hgreet-0.1.0.0

[back to package description]

HGreet

Haskell package to interact with the greetd daemon trough it's IPC protocol.

This package provides a module to interact with the greetd daemon trough it's IPC protocol.

It is intended as a simple abstraction layer for the IPC protocol, and is NOT a greeter in and of itself.

For an example of a working greeter based on this, see hgreet-example.

License

HGreet, a haskell package to interact with the greetd daemon trough it's IPC protocol.

Copyright (C) 2022 Hazel (Vawple)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.