File: control

package info (click to toggle)
lua-vips 1.1.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 772 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 852 bytes parent folder | download
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
27
28
29
Source: lua-vips
Section: misc
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-lua,
 libluajit-5.1-dev,
 luajit,
 lua-busted,
 libvips-dev,
Maintainer: The Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Homepage: https://github.com/libvips/lua-vips
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/lua-team/lua-vips.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-vips

Package: lua-vips
Depends: libvips,
         ${misc:Depends},
         ${shlibs:Depends},
Provides: ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Architecture: any
Description: Fast image processing library with low memory needs for Lua
 Lua module that implements bindings for VIPS using LuaJIT's FFI module.
 .
 VIPS is a fast and efficient image processing system.