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

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

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)