File: control

package info (click to toggle)
xmake 3.0.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,256 kB
  • sloc: ansic: 16,334; sh: 5,073; perl: 910; cpp: 461; objc: 236; python: 113; makefile: 112; f90: 15; pascal: 13
file content (21 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: xmake
Section: contrib/devel
Priority: optional
Maintainer: ruki <waruqi@gmail.com>
Build-Depends: debhelper (>=9)
Standards-Version: 3.9.7
Homepage: http://xmake.io
#Vcs-Git: git@github.com:xmake-io/xmake.git
#Vcs-Browser: https://github.com/xmake-io/xmake.git

Package: xmake
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A 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.