File: control

package info (click to toggle)
lua-inifile 1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68 kB
  • sloc: makefile: 3
file content (26 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: lua-inifile
Section: interpreters
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Uploaders:
 Victor Seva <vseva@debian.org>,
Build-Depends:
 debhelper (>= 10~),
 dh-lua,
Standards-Version: 4.3.0
Homepage: http://docs.bartbes.com/inifile
Vcs-Git: https://salsa.debian.org/lua-team/lua-inifile.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-inifile

Package: lua-inifile
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: simple, complete ini parser for Lua
 inifile is a simple, complete ini parser for Lua that intends to preserve
 as much information as possible, like the order of the file and the stored
 comments. It is also out-of-the-box compatible with LÖVE.