• 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
Adam DuskettAdam Duskett committed e874251c85431 Jul 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
6
      language.
7
​
8
      http://www.lua.org/
9
​
10
if BR2_PACKAGE_LUA
11
​
12
config BR2_PACKAGE_PROVIDES_LUAINTERPRETER
13
    default "lua"
14
​
15
choice
16
    prompt "Lua Version"
17
    default BR2_PACKAGE_LUA_5_3
18
    help
19
      Select the version of Lua API/ABI you wish to use.
20
​
21
config BR2_PACKAGE_LUA_5_1
22
    bool "Lua 5.1.x"
23
​
24
config BR2_PACKAGE_LUA_5_2
25
    bool "Lua 5.2.x"
26
​
27
config BR2_PACKAGE_LUA_5_3
28
    bool "Lua 5.3.x"
29
​
30
endchoice
31
​
32
config BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION
33
    default "5.1"   if BR2_PACKAGE_LUA_5_1
34
    default "5.2"   if BR2_PACKAGE_LUA_5_2
35
    default "5.3"   if BR2_PACKAGE_LUA_5_3
36
​
37
if BR2_PACKAGE_LUA_5_3
38
config BR2_PACKAGE_LUA_32BITS
39
    bool "Use 32 bit numbers"
40
    default y if !BR2_ARCH_IS_64
41
    help
42
      Use a 32 bit data type for numbers / integers instead of the
43
      default 64 bit type. This option is particularly attractive
44
      for small machines and embedded systems.
45
​
46
endif
47
​
48
choice
49
    prompt "Lua command-line editing"
50
    default BR2_PACKAGE_LUA_EDITING_NONE
51
​
52
config BR2_PACKAGE_LUA_EDITING_NONE
53
    bool "none"
54
    help
55
      None.
56
​
57
config BR2_PACKAGE_LUA_READLINE
58
    bool "readline support"
59
    select BR2_PACKAGE_READLINE
60
    select BR2_PACKAGE_NCURSES
61
    help
62
      Enables command-line editing in the Lua interpreter.
63
​
64
config BR2_PACKAGE_LUA_LINENOISE
65
    bool "linenoise support"
66
    select BR2_PACKAGE_LINENOISE
67
    help
68
      Enables command-line editing in the Lua interpreter.
69
​
70
endchoice
71
​
72
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.