YAMLScript publishes binary releases for the ys
command line tool and for the libyamlscript
shared library.
The following architectures are currently supported:
- Linux / Intel and ARM
- macOS / Intel and ARM
Run this command to install ~/.local/bin/ys
and ~/.local/lib/libyamlscript.so
(.dylib
on macOS):
$ curl https://yamlscript.org/install | bash
See Installing YAMLScript for more detailed information.
Changes in YAMLScript version 0.1.87
- doc: Updates to docs after KubeCon SLC
- core: Remove a duplicated function from transformers.clj
- core: Change yaml/load to not load keys as keywords
- core: Fix bug for alias to map with a << merge key
- std: Add fs-basename function
- core: Add DIR global var to runtime
- core: Fix bug in conditional pairs in map
- core: Add ys/eval-stream function
- core: Fix bug with tag calls on let exprs
- core: Add ys/def-vars-from-map function