https://github.com/riku-ri/libyaml.scm
https://github.com/riku-ri/libyaml.scm
chicken-scheme chicken-scheme-eggs scheme yaml
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/riku-ri/libyaml.scm
- Owner: riku-ri
- License: mit
- Created: 2025-01-14T15:53:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:05:14.000Z (7 months ago)
- Last Synced: 2025-03-25T10:24:20.211Z (7 months ago)
- Topics: chicken-scheme, chicken-scheme-eggs, scheme, yaml
- Language: Scheme
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libyaml.scm
## Usage
Refer to [*usage.md*](usage.md)
## Installation
This is a chicken scheme egg,
installation need to run by chichen scheme tools.To install locally, clone this git repository and update submodules :
```
git submodule update --remote --init --recursive
```and then run the install command in the root path :
```
chicken-install -s -l .
```## Development
Refer to [*development.md*](development.md)