1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: oaklisp
Section: lisp
Priority: optional
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Standards-Version: 4.2.0
Build-Depends:
debhelper (>= 11),
autoconf-archive,
gcc-multilib [any-alpha any-amd64 any-arm64 any-ia64 any-mips64 any-mips64el any-ppc64 any-ppc64el any-riscv64 any-s390x any-sparc64]
Build-Depends-Indep:
texlive-latex-base <!nodoc>, texlive-latex-extra <!nodoc>, texlive-fonts-recommended <!nodoc>,
latexmk <!nodoc>, texlive-font-utils <!nodoc>, ghostscript <!nodoc>
Homepage: https://github.com/barak/oaklisp/
Vcs-Git: https://salsa.debian.org/debian/oaklisp.git
Vcs-Browser: https://salsa.debian.org/debian/oaklisp
Package: oaklisp
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Object-oriented dialect of Scheme
Oaklisp is a dialect of Scheme that combines lexical scoping with
first-class types. It uses a byte-coded implementation, but is
reasonably fast anyway. Complete with bignums, formatted output,
transparent delays, RnRS compatibility package; all the luxuries
except floating point and foreign function calls.
Package: oaklisp-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Build-Profiles: <!nodoc>
Suggests: oaklisp, postscript-viewer
Description: Object-oriented dialect of Scheme, documentation
Documentation for the Oaklisp object-oriented dialect of Scheme.
Oaklisp is a dialect of Scheme that combines lexical scoping with
first-class types. It uses a byte-coded implementation, but is
reasonably fast anyway. Complete with bignums, formatted output,
transparent delays, RnRS compatibility package; all the luxuries
except floating point and foreign function calls.
|