batchd-core: Core modules of batchd, to use in batchd extensions

[ bsd3, library, system ] [ Propose Tags ]

This package contains minimal set of batchd modules, that is required for batchd extensions, such as host controllers.


[Skip to Readme]

Modules

  • Batchd
    • Batchd.Core
      • Common
        • Batchd.Core.Common.Config
        • Batchd.Core.Common.Localize
        • Batchd.Core.Common.Types
      • Daemon
        • Batchd.Core.Daemon.Hosts
        • Batchd.Core.Daemon.Logging

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies aeson (>=0.11), base (>=4.7 && <5.0), bytestring (>=0.10), containers (>=0.5 && <0.7), dates (>=0.2 && <0.3), directory (>=1.2), filepath (>=1.3), heavy-logger (>=0.3.2.2), hsyslog (>=5), localize (>=0.2), mtl (>=2.2 && <2.3), persistent (>=2.2), persistent-template (>=2), resourcet (>=1.1.7), scotty (>=0.10), syb (>=0.6), template-haskell (>=2.10), text (>=1.2), text-format-heavy (>=0.1.5.3), th-lift (>=0.7.7), time (>=1.4 && <1.10), unordered-containers (>=0.2), wai (>=3.0), yaml (>=0.8.4) [details]
License BSD-3-Clause
Copyright 2017-2022 Ilya Portnov
Author IlyaPortnov
Maintainer portnov84@rambler.ru
Category SYstem
Home page https://github.com/portnov/batchd/batchd-core#readme
Source repo head: git clone https://github.com/portnov/batchd
Uploaded by IlyaPortnov at 2022-02-06T12:18:43Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 82 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-02-06 [all 2 reports]

Readme for batchd-core-0.1.0.0

[back to package description]

batchd-core README

This package exports core definition of batchd package, which are used by batchd extension packages.