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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: yorick
Section: math
Priority: optional
Maintainer: Thibaut Paumard <paumard@users.sourceforge.net>
Build-Depends: libx11-dev, texinfo, debhelper (>= 5.0.0), dpatch, imagemagick
Standards-Version: 3.7.2.0
Package: yorick
Architecture: any
Depends: yorick-data (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: yorick-gist
Replaces: yorick-gist (<=1.4-15)
Recommends: rlwrap
Suggests: yorick-yutils, yorick-yeti, curl, yorick-dev, yorick-hdf5, yorick-soy, yorick-gl, yorick-z, yorick-imutil, yorick-curses, yorick-yeti-fftw, yorick-yeti-regex, yorick-yeti-tiff, emacsen
Description: interpreted language and scientific graphics
Yorick is an interpreted programming language for:
* scientific simulations or calculations
* postprocessing or steering large simulation codes
* interactive scientific graphics
* reading, writing, and translating large files of numbers
.
The language features a compact syntax for many common array
operations, so it processes large arrays of numbers very quickly and
efficiently. Superficially, yorick code resembles C code, but yorick
variables are never explicitly declared and have a dynamic scoping
similar to many Lisp dialects. The yorick language is designed to be
typed interactively at a keyboard, as well as stored in files for
later use.
.
This package includes an emacs-based development environment, which
you can launch by typing M-x yorick in emacs.
.
Homepage: http://yorick.sourceforge.net
Package: yorick-data
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: yorick (=${binary:Version})
Description: interpreted library for the Yorick language
Yorick is an interpreted programming language for:
* scientific simulations or calculations
* postprocessing or steering large simulation codes
* interactive scientific graphics
* reading, writing, and translating large files of numbers
.
The yorick-data package contains all the architecture-independent data, which
is mostly the standard interpreted library and the (text and PDF)
documentation.
.
Homepage: http://yorick.sourceforge.net
Package: yorick-dev
Architecture: any
Depends: yorick (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: yorick-gist
Description: development files for the Yorick interpreted language
Yorick is an interpreted programming language for:
* scientific simulations or calculations
* postprocessing or steering large simulation codes
* interactive scientific graphics
* reading, writing, and translating large files of numbers
.
The yorick-dev package contains the files needed to compile (or package)
plug-ins or custom `yorick' executables.
.
Homepage: http://yorick.sourceforge.net
|