• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/luaposix/Config.in
Arnout VandecappelleArnout Vandecappelle committed 8bd2e2f319423 Feb 2017
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_LUAPOSIX
2
    bool "luaposix"
3
    depends on BR2_PACKAGE_HAS_LUAINTERPRETER
4
    # "bit32" is included in Lua 5.2+. luajit has an equivalent
5
    # "bit" module, but since it has a different name, luaposix
6
    # doesn't find it.
7
    select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
8
    help
9
      This is a POSIX binding for LuaJIT, Lua 5.1, 5.2 and 5.3;
10
      like most libraries it simply binds to C APIs on the
11
      underlying system, so it won't work on non-POSIX systems.
12
      However, it does try to detect the level of POSIX conformance
13
      of the underlying system and bind only available APIs.
14
​
15
      https://github.com/luaposix/luaposix
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.