D binding for the YAMLStar shared library.
import yamlstar;
auto yaml = new YAMLStar();
auto data = yaml.load("key: value");
yaml.close();Install the matching libyamlstar release before using this package:
curl -sSL https://yamlstar.org/install | LIB=1 bash