https://github.com/fjoppe/legivel
F# Yaml 1.2 parser
https://github.com/fjoppe/legivel
fsharp yaml yaml-parser yaml-processor
Last synced: 19 days ago
JSON representation
F# Yaml 1.2 parser
- Host: GitHub
- URL: https://github.com/fjoppe/legivel
- Owner: fjoppe
- License: unlicense
- Created: 2016-12-28T22:13:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T10:59:02.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:19:29.727Z (12 months ago)
- Topics: fsharp, yaml, yaml-parser, yaml-processor
- Language: F#
- Homepage: https://fjoppe.github.io/Legivel
- Size: 6.54 MB
- Stars: 59
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](http://issuestats.com/github/fjoppe/Legivel)
[](http://issuestats.com/github/fjoppe/Legivel)# Legivel
This project primarily aims to be an **exact** Yaml 1.2 deserializer, according to [Yaml 1.2 specification](http://www.yaml.org/spec/1.2/spec.html)
This project has been released to [Nuget](https://www.nuget.org/packages/Legivel/), please read the [documentation](https://fjoppe.github.io/Legivel/) for usage examples.
In order to build Legivel, run
> build.cmd // on windows
$ ./build.sh // on unix
## Requirements
Legivel requires a local git installation. You can download git from [Git Downloads](https://git-scm.com/downloads).
## Build Status
Mono | .NET
---- | ----
[](https://travis-ci.org/fjoppe/Legivel) | [](https://ci.appveyor.com/project/fjoppe/Legivel)## Maintainer(s)
- [@fjoppe](https://github.com/fjoppe)