Closed igorsiem closed 7 years ago
As a Contributor and Developer, I want enSync to include a YAML interpreter, so that I can use YAML files as a data source and possibly for configuration.
yaml-cpp
We note that this task was nearly trivial (compared to SQLite integration - see #18) because it is written in C++, and doesn't need a wrapper.
Work completed under PR https://github.com/igorsiem/ensync/pull/23
Statement
As a Contributor and Developer, I want enSync to include a YAML interpreter, so that I can use YAML files as a data source and possibly for configuration.
Acceptance Criteria
yaml-cpp
library integrated and compiling