dist.info 425 B

12345678910111213141516171819202122
  1. --- This file is part of LuaDist project
  2. name = "luajit"
  3. version = "2.0.3"
  4. desc = "LuaJIT is JIT compiler for the Lua language."
  5. author = "Mike Pall"
  6. license = "MIT/X11"
  7. url = "http://www.luajit.org"
  8. maintainer = "Peter Drahoš"
  9. -- Offers functionality of the following packages
  10. provides = {
  11. "lua-5.1.5",
  12. "bit32-5.2.0",
  13. "luaffi-1.0"
  14. }
  15. -- These packages conflict (shared library clash)
  16. conflicts = {
  17. "lua"
  18. }