Blame .meta

a8a9fa
<package name="lua-luarepl" project="openSUSE:Factory">
a8a9fa
  <title>A Lua REPL implemented in Lua for embedding in other programs</title>
a8a9fa
  <description>This project has two uses:
a8a9fa
- An alternative to the standalone interpreter included with Lua, one that
a8a9fa
supports things like plugins, tab completion, and automatic insertion of
a8a9fa
return in front of expressions.
a8a9fa
- A REPL library you may embed in your application, to provide all of the
a8a9fa
niceties of the standalone interpreter included with Lua and then some.</description>
a8a9fa
  <devel project="devel:languages:lua" package="lua-luarepl"/>
a8a9fa
  <url>https://github.com/hoelzro/lua-repl</url>
a8a9fa
</package>