Skip to content

0.1.91

Choose a tag to compare

@ingydotnet ingydotnet released this 02 Feb 02:51

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.91

  • std: Add 'read' and 'write' for 'slurp' and 'spit'
  • std: Add md5, sha1 and sha256 functions
  • ys: Fixes for CLI getopts with more tests
  • core: Support top level !code and !data tags