> On May 19, 2018, at 9:26 AM, Alan Carroll <solidwallofc...@oath.com.INVALID> > wrote: > > Since it was decided we would shift to using YAML for configuration, have > there been any suggestions as to a specific library to use? I think that > would be a good thing to discuss before we go much further down this road.
I think Randall has been looking at yaml-cpp. We took a gander in Cork at what packages are available, on CentOS6 (via EPEL), we could get yaml-cpp.x86_64 0.3.0-1.el6 epel On CentOS7, again via EPEL I think, we would get yaml-cpp.x86_64 1:0.5.1-1.el7.2 epel So, v0.3.0 is the oldest we *might* have to support. But if that’s not feasible, we could also consider including the YAML source into our tree, but I think we should learn from previous mistakes, and avoid that if at all possible. Cheers, — leif