docker-images/pluie/libyaml
2018-08-14 02:43:27 +02:00
..
install.d add base ubuntu lts + update libyaml with base ubuntu 2018-08-14 02:21:22 +02:00
pre-init.d add base ubuntu lts + update libyaml with base ubuntu 2018-08-14 02:21:22 +02:00
build adding vala shared lib pluie-yaml-0.4 2018-08-08 01:18:37 +02:00
Dockerfile add base ubuntu lts + update libyaml with base ubuntu 2018-08-14 02:21:22 +02:00
files.tar add base ubuntu lts + update libyaml with base ubuntu 2018-08-14 02:21:22 +02:00
main.sh add base ubuntu lts + update libyaml with base ubuntu 2018-08-14 02:21:22 +02:00
README.md update summary menu in all readme 2018-08-14 02:43:27 +02:00

pluie/libyaml

demo image demonstrating pluie-yaml, a shared vala library managing yaml files (v 1.2) and yaml nodes in vala language. As json is now a valid subset of yaml, you can use this lib to load json files too

you can run a container with :

docker run --rm -it pluie/libyaml

then execute any samples :

./yaml-loader ./json-loader ./yaml-config ./yaml-traversing ./yaml-finder ./yaml-imports ./yaml-node

repository

https://github.com/pluie-org/lib-yaml

samples

./yaml-config source code

Sample yaml-config code

./yaml-config output

Sample yaml-config output1 Sample yaml-config output2