• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/libubox/debian/control

  1 Source: libubox
  2 Maintainer: Felix Fietkau <nbd@nbd.name>
  3 Section: libs
  4 Priority: optional
  5 Standards-Version: 4.5.0
  6 Rules-Requires-Root: no
  7 Build-Depends: debhelper-compat (= 12), cmake, pkgconf, libjson-c-dev
  8 Homepage: https://git.openwrt.org/project/libubox.git
  9 Vcs-Browser: https://git.openwrt.org/project/libubox.git
 10 Vcs-Git: https://git.openwrt.org/project/libubox.git
 11 
 12 Package: libubox
 13 Architecture: any
 14 Multi-Arch: same
 15 Pre-Depends: ${misc:Pre-Depends}
 16 Depends: ${shlibs:Depends}, ${misc:Depends}
 17 Section: libs
 18 Description: OpenWrt utility library
 19  Libubox is a utility library used by OpenWrt. It provides various data
 20  structures (AVL tree, linked lists, blob format, key-value lists) and
 21  utilities (event loop, socket helpers, base64 encoding, MD5 hashing,
 22  logging) commonly used in OpenWrt.
 23  .
 24  This package contains the shared libraries: libubox, libblobmsg_json,
 25  and libjson_script.
 26 
 27 Package: libubox-dev
 28 Architecture: any
 29 Multi-Arch: same
 30 Depends: libubox (= ${binary:Version}), libc6-dev|libc-dev, libjson-c-dev, ${misc:Depends}
 31 Section: libdevel
 32 Description: Development files for libubox
 33  Libubox is a utility library used by OpenWrt. It provides various data
 34  structures (AVL tree, linked lists, blob format, key-value lists) and
 35  utilities (event loop, socket helpers, base64 encoding, MD5 hashing,
 36  logging) commonly used in OpenWrt.
 37  .
 38  This package contains the development files (headers, static libraries,
 39  and symlinks) for libubox.
 40 
 41 Package: libubox-utils
 42 Architecture: any
 43 Multi-Arch: foreign
 44 Depends: libubox (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 45 Description: Utility programs for libubox
 46  Libubox is a utility library used by OpenWrt. It provides various data
 47  structures (AVL tree, linked lists, blob format, key-value lists) and
 48  utilities (event loop, socket helpers, base64 encoding, MD5 hashing,
 49  logging) commonly used in OpenWrt.
 50  .
 51  This package contains the jshn utility for JSON shell integration and
 52  helper shell scripts.

This page was automatically generated by LXR 0.3.1.  •  OpenWrt