From ac2f041118999ffac5bdd44a1de7889cf655b842 Mon Sep 17 00:00:00 2001 From: Chris Price Date: Fri, 14 Aug 2015 13:21:07 +0100 Subject: [PATCH] (MAINT) Add puppet module and C++ links to readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c332dd0..a9285e03 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,10 @@ to merge it in. - [Scala wrappers for the Java library](#scala-wrappers-for-the-java-library) - [Clojure wrappers for the Java library](#clojure-wrappers-for-the-java-library) - [Ruby port](#ruby-port) + - [Puppet module](#puppet-module) - [Python port](#python-port) + - [C++ port](#c++-port) + @@ -835,8 +838,17 @@ format. #### Ruby port - * https://github.com/cprice404/ruby-hocon + * https://github.com/puppetlabs/ruby-hocon + +#### Puppet module + + * Manage your HOCON configuration files with Puppet!: https://forge.puppetlabs.com/puppetlabs/hocon #### Python port * pyhocon https://github.com/chimpler/pyhocon + +#### C++ port + + * https://github.com/puppetlabs/cpp-hocon +