1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3<html> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 5<head> 6 <title>lyaml 6.2.8 Reference</title> 7 <link rel="stylesheet" href="ldoc.css" type="text/css" /> 8</head> 9<body> 10 11<div id="container"> 12 13<div id="product"> 14 <div id="product_logo"></div> 15 <div id="product_name"><big><b></b></big></div> 16 <div id="product_description"></div> 17</div> <!-- id="product" --> 18 19 20<div id="main"> 21 22 23<!-- Menu --> 24 25<div id="navigation"> 26<br/> 27<h1>lyaml 6.2.8</h1> 28 29 30 31 32<h2>Modules</h2> 33<ul class="nowrap"> 34 <li><a href="modules/lyaml.html">lyaml</a></li> 35 <li><a href="modules/lyaml.explicit.html">lyaml.explicit</a></li> 36 <li><a href="modules/lyaml.functional.html">lyaml.functional</a></li> 37 <li><a href="modules/lyaml.implicit.html">lyaml.implicit</a></li> 38</ul> 39 40</div> 41 42<div id="content"> 43 44 45 <h2> 46<h1>LYAML binding for Lua</h1> 47 48<p>This is a Lua binding for the fast libYAML C library for converting 49between <code>%YAML 1.1</code> and Lua tables, with a flexible Lua language 50API to load and save YAML documents.</p> 51 52<p>It works with Lua 5.1 (including LuaJIT), 5.2, 5.3 and 5.4.</p> 53 54<h2>LICENSE</h2> 55 56<p>The code is copyright by its respective authors, and released under the 57MIT license (the same license as Lua itself). There is no warranty.</p> 58 59</h2> 60 61<h2>Modules</h2> 62<table class="module_list"> 63 <tr> 64 <td class="name" nowrap><a href="modules/lyaml.html">lyaml</a></td> 65 <td class="summary"> 66 67</td> 68 </tr> 69 <tr> 70 <td class="name" nowrap><a href="modules/lyaml.explicit.html">lyaml.explicit</a></td> 71 <td class="summary"> 72 73</td> 74 </tr> 75 <tr> 76 <td class="name" nowrap><a href="modules/lyaml.functional.html">lyaml.functional</a></td> 77 <td class="summary"> 78 79</td> 80 </tr> 81 <tr> 82 <td class="name" nowrap><a href="modules/lyaml.implicit.html">lyaml.implicit</a></td> 83 <td class="summary"> 84 85</td> 86 </tr> 87</table> 88 89</div> <!-- id="content" --> 90</div> <!-- id="main" --> 91<div id="about"> 92<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i> 93<i style="float:right;">Last updated 2022-10-22 17:12:03 </i> 94</div> <!-- id="about" --> 95</div> <!-- id="container" --> 96</body> 97</html> 98