• 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/lua/Config.in
Yann E. MORINYann E. MORIN committed c97aeb7e84d05 Apr 2014
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_LUA
2
    bool "lua"
3
    select BR2_PACKAGE_HAS_LUAINTERPRETER
4
    help
5
      Lua is a powerful, fast, light-weight, embeddable scripting language.
6
​
7
      http://www.lua.org/
8
​
9
if BR2_PACKAGE_LUA
10
​
11
config BR2_PACKAGE_PROVIDES_LUAINTERPRETER
12
    default "lua"
13
​
14
choice
15
    prompt "Lua Version"
16
    default BR2_PACKAGE_LUA_5_1
17
    help
18
      Select the version of Lua API/ABI you wish to use.
19
​
20
    config BR2_PACKAGE_LUA_5_1
21
        bool "Lua 5.1.x"
22
​
23
    config BR2_PACKAGE_LUA_5_2
24
        bool "Lua 5.2.x"
25
​
26
endchoice
27
​
28
config BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION
29
    default "5.1"   if BR2_PACKAGE_LUA_5_1
30
    default "5.2"   if BR2_PACKAGE_LUA_5_2
31
​
32
choice
33
    prompt "Lua command-line editing"
34
    default BR2_PACKAGE_LUA_EDITING_NONE
35
​
36
config BR2_PACKAGE_LUA_EDITING_NONE
37
    bool "none"
38
    help
39
      None.
40
​
41
config BR2_PACKAGE_LUA_READLINE
42
    bool "readline support"
43
    select BR2_PACKAGE_READLINE
44
    select BR2_PACKAGE_NCURSES
45
    help
46
      Enables command-line editing in the Lua interpreter.
47
​
48
config BR2_PACKAGE_LUA_LINENOISE
49
    bool "linenoise support"
50
    select BR2_PACKAGE_LINENOISE
51
    help
52
      Enables command-line editing in the Lua interpreter.
53
​
54
endchoice
55
​
56
endif
  • 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.