File: control

package info (click to toggle)
lua-fifo 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: makefile: 6
file content (19 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: lua-fifo
Section: interpreters
Priority: optional
Maintainer: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper-compat (= 13), dh-lua
Standards-Version: 3.9.8
Homepage: https://github.com/daurnimator/fifo.lua
Vcs-Git: https://salsa.debian.org/lua-team/lua-fifo.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-fifo

Package: lua-fifo
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: FIFO implementation for Lua
 A lua library/'class' that implements a FIFO. Objects in the fifo can
 be of any type, including nil.