author="""Mark Lindner - Lead developer & maintainer.
author="""Mark Lindner - Lead developer & maintainer.
Daniel Marjamäki - Enhancements & bugfixes.
Daniel Marjamäki - Enhancements & bugfixes.
...
@@ -12,13 +14,19 @@ class HelloConan(ConanFile):
...
@@ -12,13 +14,19 @@ class HelloConan(ConanFile):
Matt Renaud - Enhancements & bugfixes.
Matt Renaud - Enhancements & bugfixes.
JoseLuis Tallon - Enhancements & bugfixes"""
JoseLuis Tallon - Enhancements & bugfixes"""
url="hyperrealm.github.io/libconfig/"
url="hyperrealm.github.io/libconfig/"
description="Libconfig is a simple library for processing structured configuration files, like this one. This file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code."
description="Libconfig is a simple library for processing structured configuration files. " \
topics=("config")
"This file format is more compact and more readable than XML. And unlike XML, it is type-aware, " \
"so it is not necessary to do string parsing in application code."