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
  
     | 
    
      Source: tbox
Section: libs
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Uploaders: Lance Lin <lq27267@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/tboox/tbox
Vcs-Git: https://salsa.debian.org/xmake-team/tbox.git
Vcs-Browser: https://salsa.debian.org/xmake-team/tbox
Package: libtbox-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: glib-like multi-platform c library (development files)
 TBOX is a glib-like cross-platform C library that is simple to use yet powerful
 in nature.
 .
 The project focuses on making C development easier and provides many modules
 (.e.g stream, coroutine, regex, container, algorithm ...), so that any
 developer can quickly pick it up and enjoy the productivity boost when
 developing in C language.
 .
 This package contains the header files and static library.
 
     |