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

Sources/ubus/debian/control

  1 Source: ubus
  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, libubox-dev
  8 Homepage: https://git.openwrt.org/project/ubus.git
  9 Vcs-Browser: https://git.openwrt.org/project/ubus.git
 10 Vcs-Git: https://git.openwrt.org/project/ubus.git
 11 
 12 Package: libubus
 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 RPC client library
 19  Ubus is the OpenWrt micro bus architecture for inter-process communication
 20  (IPC). It provides a system-wide message bus that allows different
 21  processes to communicate with each other using a simple API.
 22  .
 23  This package contains the libubus shared library.
 24 
 25 Package: libubus-dev
 26 Architecture: any
 27 Multi-Arch: same
 28 Depends: libubus (= ${binary:Version}), libc6-dev|libc-dev, libjson-c-dev, libubox-dev, ${misc:Depends}
 29 Section: libdevel
 30 Description: Development files for libubus
 31  Ubus is the OpenWrt micro bus architecture for inter-process communication
 32  (IPC). It provides a system-wide message bus that allows different
 33  processes to communicate with each other using a simple API.
 34  .
 35  This package contains the development files (headers, static libraries,
 36  and symlinks) for libubus.
 37 
 38 Package: ubus
 39 Architecture: any
 40 Multi-Arch: foreign
 41 Depends: libubus (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 42 Description: OpenWrt RPC daemon and CLI
 43  Ubus is the OpenWrt micro bus architecture for inter-process communication
 44  (IPC). It provides a system-wide message bus that allows different
 45  processes to communicate with each other using a simple API.
 46  .
 47  This package contains the ubusd daemon and the ubus command-line tool.

This page was automatically generated by LXR 0.3.1.  •  OpenWrt