This commit is contained in:
Shiv Trivedi 2021-11-03 15:04:54 +05:30 committed by GitHub
commit 2a4229a5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "cpp"
run = "mkdir build && cd build && cmake .. && cmake --build ./"

View File

@ -1,4 +1,4 @@
# yaml-cpp [![Build Status](https://travis-ci.org/jbeder/yaml-cpp.svg?branch=master)](https://travis-ci.org/jbeder/yaml-cpp) [![Documentation](https://codedocs.xyz/jbeder/yaml-cpp.svg)](https://codedocs.xyz/jbeder/yaml-cpp/)
# yaml-cpp [![Build Status](https://travis-ci.org/jbeder/yaml-cpp.svg?branch=master)](https://travis-ci.org/jbeder/yaml-cpp) [![Documentation](https://codedocs.xyz/jbeder/yaml-cpp.svg)](https://codedocs.xyz/jbeder/yaml-cpp/) [![Run on Repl.it](https://repl.it/badge/github/jbeder/yaml-cpp)](https://repl.it/github/jbeder/yaml-cpp)
`yaml-cpp` is a [YAML](http://www.yaml.org/) parser and emitter in C++ matching the [YAML 1.2 spec](http://www.yaml.org/spec/1.2/spec.html).