lib_config 1.4.9

dotnet add package lib_config --version 1.4.9
NuGet\Install-Package lib_config -Version 1.4.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="lib_config" Version="1.4.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add lib_config --version 1.4.9
#r "nuget: lib_config, 1.4.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install lib_config as a Cake Addin
#addin nuget:?package=lib_config&version=1.4.9

// Install lib_config as a Cake Tool
#tool nuget:?package=lib_config&version=1.4.9

Libconfig is a simple library for processing structured configuration files. 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.

Libconfig is very compact — a fraction of the size of the expat XML parser library. This makes it well-suited for memory-constrained
systems like handheld devices.

The library includes bindings for both the C and C++ languages. It works on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, Solaris, FreeBSD) and Windows (2000, XP and later).

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.9 183 5/7/2014

Initial package upload