lxd-client-config: Read the configuration file of the standard LXD client.

[ gpl, library, system ] [ Propose Tags ]

This package can read the configuration file of the standard LXD client.

It can for example extract information about the configured LXD remotes on your system.


[Skip to Readme]

Modules

[Index]

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

Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies aeson, base (>=4.7 && <5), containers (>=0.5 && <1), directory (>=1.2 && <2), filepath (>=1.4 && <2), text (>=1.2 && <2), yaml (>=0.8 && <1) [details]
License GPL-3.0-only
Copyright 2017 Henri Verroken
Author Henri Verroken
Maintainer henriverroken@gmail.com
Revised Revision 1 made by hverr at 2017-10-13T13:00:30Z
Category System
Home page https://github.com/hverr/haskell-lxd-client-config#readme
Source repo head: git clone https://github.com/hverr/haskell-lxd-client-config
Uploaded by hverr at 2017-10-13T12:59:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1852 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-13 [all 1 reports]

Readme for lxd-client-config-0.1.0.0

[back to package description]

lxd-client-config

Hackage Stackage Nightly Stackage LTS

About

This Haskell package can read the configuration file of the standard LXD client. It can thus for example extract information about the configured LXD remotes.

LXD is a container manager offering users a similar experience to virtual machines, but using Linux containers. See https://github.com/lxc/lxd for more information.