File: control

package info (click to toggle)
xmake 2.9.9%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,964 kB
  • sloc: ansic: 10,259; sh: 4,360; perl: 910; cpp: 474; objc: 236; python: 113; makefile: 112; f90: 15; pascal: 13
file content (52 lines) | stat: -rw-r--r-- 1,533 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: xmake
Section: devel
Priority: optional
Maintainer: Lance Lin <lq27267@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Arch:
 pkgconf,
 lua-cjson-dev,
 libxxhash-dev,
 liblua5.4-dev,
 libluajit-5.1-dev,
 liblz4-dev,
 libsv-dev,
 libtbox-dev (>= 1.7.6),
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://xmake.io
Vcs-Git: https://salsa.debian.org/xmake-team/xmake.git
Vcs-Browser: https://salsa.debian.org/xmake-team/xmake

Package: xmake
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 xmake-data (>= ${source:Version}),
Recommends:
 doxygen,
Description: cross-platform build utility based on Lua
 xmake is a lightweight cross-platform build utility based on Lua. It uses
 xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt,
 the configuration syntax is more concise and intuitive. It is very friendly to
 novices and can quickly get started in a short time. Let users focus more on
 actual project development.

Package: xmake-data
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Recommends:
 make,
 cmake,
Description: Data for xmake
 xmake is a lightweight cross-platform build utility based on Lua. It uses
 xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt,
 the configuration syntax is more concise and intuitive. It is very friendly to
 novices and can quickly get started in a short time. Let users focus more on
 actual project development.
 .
 This package contains the static data for xmake.