File: README

package info (click to toggle)
smlnj-runtime 110.44-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,968 kB
  • ctags: 5,368
  • sloc: ansic: 24,674; asm: 4,195; makefile: 1,353; sh: 91
file content (16 lines) | stat: -rw-r--r-- 703 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SML/NJ Runtime for Debian and Fink
----------------------------------

This package provides the runtime system for executing SML/NJ heap
images.

Developers wishing to package heap images should place those images in
/usr/lib/smlnj/VERSION where VERSION is the version compiled against. 
A symbolic link from /usr/bin/HEAPNAME to ../lib/smlnj/VERSION/run will 
cause this heap image /usr/lib/smlnj/VERSION/HEAPNAME.arch-opsys to be 
used when /usr/bin/HEAPNAME is invoked.

The local administrator may place any local SML/NJ heap images and
libraries under /usr/local/lib/smlnj/VERSION, and a symlink from
/usr/local/bin to ../../lib/smlnj/VERSION/run will cause the
appropriate heap image to be used.