Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 566 Bytes

File metadata and controls

26 lines (16 loc) · 566 Bytes

yamlcpp

Overview

C++20 module wrapper for yaml-cpp.

Prerequisites

  • C++ compiler

Usage

import yamlcpp;

The usage is then the same as described in the readme of the yaml-cpp.

Build

Requires converting the yaml.h into the header unit and build the individual source files into a standalone library (including the new yamlcpp.cpp module source file).