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

Sources/ucode/debian/control

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

This page was automatically generated by LXR 0.3.1.  •  OpenWrt