An open API service indexing awesome lists of open source software.

https://github.com/yaml/yamlstar-d


https://github.com/yaml/yamlstar-d

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# YAMLStar D Binding

D binding for the YAMLStar shared library.

```d
import yamlstar;

auto yaml = new YAMLStar();
auto data = yaml.load("key: value");
yaml.close();
```

Install the matching `libyamlstar` release before using this package:

```bash
curl -sSL https://yamlstar.org/install | LIB=1 bash
```