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

Sources/ucode/debian/control

  1 Source: ucode
  2 Maintainer: Paul Spooren <mail@aparcar.org>
  3 Section: interpreters
  4 Priority: optional
  5 Standards-Version: 4.5.0
  6 Rules-Requires-Root: no
  7 Build-Depends: debhelper-compat (= 12), cmake, pkg-config, libjson-c-dev
  8 Homepage: https://github.com/jow-/ucode
  9 Vcs-Browser: https://github.com/jow-/ucode
 10 Vcs-Git: https://github.com/jow-/ucode.git
 11 Bugs: https://github.com/jow-/ucode/issues
 12 
 13 Package: ucode
 14 Architecture: any
 15 Multi-Arch: foreign
 16 Depends: ${shlibs:Depends}, ${misc:Depends}
 17 Description: Tiny scripting language with ECMA script syntax
 18  Ucode is a tiny script language featuring ECMA script syntax, builtin JSON
 19  support and templating using Jinja inspired markup. The ucode VM is provided
 20  as shared library with a C API allowing embedding into host applications and
 21  interchanging data between ucode and C programs. The ucode VM can also be
 22  used as stand-alone multi purpose scripting language through the provided
 23  ucode cli interpreter.
 24  .
 25  This package contains the ucode command line interpreter, which is required
 26  to develop, debug and precompile ucode scripts.
 27 
 28 Package: ucode-modules
 29 Architecture: any
 30 Multi-Arch: foreign
 31 Depends: libucode (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 32 Enhances: libucode
 33 Description: Extension modules for the ucode language
 34  Ucode is a tiny script language featuring ECMA script syntax, builtin JSON
 35  support and templating using Jinja inspired markup. The ucode VM is provided
 36  as shared library with a C API allowing embedding into host applications and
 37  interchanging data between ucode and C programs. The ucode VM can also be
 38  used as stand-alone multi purpose scripting language through the provided
 39  ucode cli interpreter.
 40  .
 41  This package contains various native ucode extensions which provide further
 42  functionality such as filesystem access, math functions etc.
 43 
 44 Package: libucode
 45 Architecture: any
 46 Multi-Arch: same
 47 Pre-Depends: ${misc:Pre-Depends}
 48 Depends: ${shlibs:Depends}, ${misc:Depends}
 49 Recommends: ucode-modules
 50 Section: libs
 51 Description: Shared library for the ucode interpreter
 52  Ucode is a tiny script language featuring ECMA script syntax, builtin JSON
 53  support and templating using Jinja inspired markup. The ucode VM is provided
 54  as shared library with a C API allowing embedding into host applications and
 55  interchanging data between ucode and C programs. The ucode VM can also be
 56  used as stand-alone multi purpose scripting language through the provided
 57  ucode cli interpreter.
 58  .
 59  This package contains the libucode VM runtime, it should not be needed to
 60  install it explicitly.
 61 
 62 Package: libucode-dev
 63 Architecture: any
 64 Multi-Arch: same
 65 Depends: libucode (= ${binary:Version}), libc6-dev|libc-dev, ${misc:Depends}
 66 Section: libdevel
 67 Description: Development files for the ucode VM library
 68  Ucode is a tiny script language featuring ECMA script syntax, builtin JSON
 69  support and templating using Jinja inspired markup. The ucode VM is provided
 70  as shared library with a C API allowing embedding into host applications and
 71  interchanging data between ucode and C programs. The ucode VM can also be
 72  used as stand-alone multi purpose scripting language through the provided
 73  ucode cli interpreter.
 74  .
 75  This package contains the development header to interface with the libucode
 76  VM runtime, which is required when developing programs or extensions using
 77  the ucode C API.

This page was automatically generated by LXR 0.3.1.  •  OpenWrt