How to Install libcpp-hocon-dev in Ubuntu 18.04



Install libcpp-hocon-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libcpp-hocon-dev

Description:

C++ port of the TypesafeConfig library -- development files

cpp-hocon is a port of the TypsafeConfig library to C++. It provides support for the HOCON configuration file format. HOCON aims to keep the semantics (tree structure; set of types; encoding/escaping) from JSON, but make it more convenient as a human-editable config file format. . This package contains cpp-hocon's development headers.

Homepage: https://github.com/puppetlabs/cpp-hocon

Version: 0.1.6-1

Section: universe/libdevel