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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
Source: yorick
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thibaut Paumard <thibaut@debian.org>
Section: science
Priority: optional
Build-Depends: libx11-dev,
texinfo,
debhelper (>= 10.0.0),
quilt,
po-debconf,
xvfb,
xauth,
xfonts-base
Build-Depends-Indep: imagemagick
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/yorick
Vcs-Git: https://salsa.debian.org/science-team/yorick.git
Homepage: http://yorick.sourceforge.net
Package: yorick
Architecture: any
Depends: yorick-data (= ${source:Version}),
${shlibs:Depends},
${misc:Depends},
debconf
Recommends: rlwrap,
yorick-z
Suggests: yorick-full,
emacsen,
curl
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.
.
Many add-on packages and plug-ins are available for Yorick (the
package names begin with "yorick-"). You may want to install the
yorick-full metapackage which depends on the vast majority of them.
Package: yorick-data
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: yorick (>= ${source: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.
Package: yorick-dev
Architecture: any
Depends: yorick (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
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.
Package: yorick-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: yorick
Description: documentation 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 package ships with little documentation: a manpage, the
Yorick Manual in info format, and its own "help" command. This
package adds the Yorick Manual and Quick Reference in PDF and HTML
format and a utility (update-yorickdoc) to build HTML documentation
for the set of functions (from Yorick and add-on packages) installed
on this machine. By default, these pages are built and updated
automatically whenever necessary.
.
Once this package is installed, simply point your preferred web
browser to file:///usr/share/doc/yorick-doc/README.html .
|