diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-06-01 10:07:10 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-06-01 10:07:10 +0000 |
commit | 31ce8323b3bc42948c1f74dd8b1c950d14a28ec9 (patch) | |
tree | 0df37ba9773c6c4c57dcbb32a8653c0c729b6ef4 /textproc/lua-lyaml/pkg-descr | |
parent | 5f79d7e903963e0ff026e44d65f6eea42d6dcfeb (diff) | |
download | ports-31ce8323b3bc42948c1f74dd8b1c950d14a28ec9.tar.gz ports-31ce8323b3bc42948c1f74dd8b1c950d14a28ec9.zip |
Notes
Diffstat (limited to 'textproc/lua-lyaml/pkg-descr')
-rw-r--r-- | textproc/lua-lyaml/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/lua-lyaml/pkg-descr b/textproc/lua-lyaml/pkg-descr new file mode 100644 index 000000000000..97489abd88d8 --- /dev/null +++ b/textproc/lua-lyaml/pkg-descr @@ -0,0 +1,7 @@ +Lua binding for the fast libYAML C library for converting between +%YAML 1.1 and Lua tables, with a flexible Lua language API to load +and save YAML documents. + +Works with Lua 5.1 (including LuaJIT), 5.2, 5.3 and 5.4. + +WWW: https://GVVaughan.GitHub.io/lyaml/ |