From ae8d416c579f22952539eb06af110511a63c1cc4 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 21 Feb 2014 02:59:38 +0000 Subject: [PATCH] Add links to haskell bindings and scrz project --- Documentation/libraries-and-tools.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 6a50d0d59..7ef1f8576 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -48,6 +48,10 @@ **.Net Libraries** -[drusellers/etcetera](https://github.com/drusellers/etcetera) +**Haskell libraries** + +- [wereHamster/etcd-hs](https://github.com/wereHamster/etcd-hs) + A detailed recap of client functionalities can be found in the [clients compatibility matrix][clients-matrix.md]. [clients-matrix.md]: https://github.com/coreos/etcd/blob/master/Documentation/clients-matrix.md @@ -77,3 +81,4 @@ A detailed recap of client functionalities can be found in the [clients compatib - [mattn/etcdenv](https://github.com/mattn/etcdenv) - "env" shebang with etcd integration - [kelseyhightower/confd](https://github.com/kelseyhightower/confd) - Manage local app config files using templates and data from etcd - [configdb](https://git.autistici.org/ai/configdb/tree/master) - A REST relational abstraction on top of arbitrary database backends, aimed at storing configs and inventories. +- [scrz](https://github.com/scrz/scrz) - Container manager, stores configuration in etcd.