swh:1:snp:4d172a103aed92c68e0fd3b3be8c4a6e058d670d
Tip revision: c812045b6b43f7bfeca7954a47baf2dcbb8c6d8d authored by Software Heritage on 03 September 2018, 13:40:43 UTC
hal: Deposit 174 in collection hal
hal: Deposit 174 in collection hal
Tip revision: c812045
INDEX
camltk
------
An X Windows toolkit to build graphical user interfaces, built on top of
Tcl/Tk.
Requirements:
- X11R5 or later
- Tk 3.3 or later (tested on 3.6)
- a full installation of Tcl/Tk (including the libraries libtcl.a
and libtk.a, and the wish interpreter)
- the "libunix" package
camltk4
-------
Same as camltk, but for Tk 4.0
Requirements:
- X11R5 or later
- Tk 4.0
- a full installation of Tcl/Tk (including the libraries libtcl.a
and libtk.a, and the wish interpreter)
- the "libunix" package
libgraph
--------
An X Windows implementation of the portable drawing library "graphics".
Requirements:
- X11R4 or later
- the "libunix" package
libunix
-------
A library of Unix system calls, to support systems programming in Caml Light.
libnum
------
A library of arbitrary-precision arithmetic functions over integers and
rationals.
libstr
------
A library of string processing functions (regular expression matching, etc).
mletags
-------
A tool to index Caml Light sources and generate "tag" files for Gnu Emacs.
Requirements:
- Gnu Emacs 18 or 19
camlmode
--------
Emacs Lisp files to edit Caml code, interface with the debugger, and
run the toplevel under Gnu Emacs.
Requirements:
- Gnu Emacs 19
caml-tex
--------
A preprocessor to insert Caml code in TeX/LaTeX sources.
Requirements:
- TeX/LaTeX 2.09
- Perl
caml-latex2e
--------
Enhanced version of caml-tex, for use with Latex2e.
Requirements:
- LaTeX2e
- Perl
lorder
------
A tool to compute the dependencies between a set of .zo files
and suggest a correct linking order.