https://github.com/yaml/yamlstar-d
https://github.com/yaml/yamlstar-d
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaml/yamlstar-d
- Owner: yaml
- License: mit
- Created: 2026-07-22T14:10:21.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2026-07-29T19:43:08.000Z (9 days ago)
- Last Synced: 2026-07-29T21:15:18.745Z (9 days ago)
- Language: D
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
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
```