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