mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
31ce8323b3
Lua binding for libYAML C library for converting between %YAML 1.1 and Lua tables. Works with Lua 5.1 (including LuaJIT), 5.2, 5.3 and 5.4. PR: 237281 Submitted by: yds@Necessitu.de
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
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/
|