File: control

package info (click to toggle)
gall 1.3-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,992 kB
  • ctags: 232
  • sloc: ansic: 309; makefile: 88; sh: 4
file content (35 lines) | stat: -rw-r--r-- 1,307 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
27
28
29
30
31
32
33
34
35
Source: gall
Section: interpreters
Priority: optional
Maintainer: Daniel Silverstone <dsilvers@digital-scurf.org>
Build-Depends: debhelper (>= 9.20120909~), dh-lua, lua-ldoc, lua-discount,
 lua-luxio, libgit2-dev, git
Standards-Version: 3.9.8
Homepage: https://git.gitano.org.uk/gall.git/

Package: lua-gall
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, git, lua-luxio0
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Multi-Arch: same
Description: Git Abstraction Layer for Lua
 Gall is a Git abstraction layer for Lua which implements a set of Lua objects
 which can interact with git repositories (via libgit2 where possible).
 .
 Gall allows a Lua program to examine refs and objects, and to fully create
 git commits without needing to create a working tree on disk.

Package: lua-gall-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Documentation for lua-gall
 Gall is a Git abstraction layer for Lua which implements a set of Lua objects
 which can interact with git repositories (via libgit2 where possible).
 .
 Gall allows a Lua program to examine refs and objects, and to fully create
 git commits without needing to create a working tree on disk.
 .
 This package contains the documentation on how to use the Gall library.