https://github.com/yaml/yamlstar-swift
https://github.com/yaml/yamlstar-swift
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaml/yamlstar-swift
- Owner: yaml
- License: mit
- Created: 2026-07-22T14:03:27.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2026-07-29T19:43:49.000Z (9 days ago)
- Last Synced: 2026-07-29T21:15:21.829Z (9 days ago)
- Language: Swift
- 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 Swift Binding
Swift binding for the YAMLStar shared library.
```swift
import YAMLStar
let yaml = try YAMLStar()
let data = try yaml.load("key: value")
```
Install the matching `libyamlstar` release before using this package:
```bash
curl -sSL https://yamlstar.org/install | LIB=1 bash
```