File: control

package info (click to toggle)
nickle 2.107
  • links: PTS
  • area: main
  • in suites: sid
  • size: 3,756 kB
  • sloc: ansic: 27,954; yacc: 1,874; lex: 954; sh: 204; makefile: 13; lisp: 1
file content (21 lines) | stat: -rw-r--r-- 839 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: nickle
Section: interpreters
Priority: optional
Maintainer: Keith Packard <keithp@keithp.com>
Homepage: https://nickle.org
Build-Depends: debhelper-compat (= 13), libreadline-dev, asciidoctor-pdf,
 bison, flex, meson, ninja-build, pkgconf, bc, libgmp-dev
Rules-Requires-Root: no
Standards-Version: 4.7.0

Package: nickle
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: allowed
Description: desk calculator language
 Nickle is a language with powerful programming and scripting capabilities.
 Nickle supports a variety of datatypes, especially arbitrary precision
 integers, rationals, and imprecise reals.  The input language vaguely
 resembles C.  Some things in C which do not translate easily are different,
 some design choices have been made differently, and a very few features are
 simply missing.