• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Prag-Parse.psH A D12-Jun-200280.8 KiB

READMEH A D12-Jun-200298 42

README.cCLan-installH A D12-Jun-2002609 1411

meta.asdH A D12-Jun-2002522 1914

meta.lispH A D03-May-20228.6 KiB232117

package.lispH A D12-Jun-2002271 1511

README

1This package provides the META-library written by Henry Baker
2and reorganised by Jochen Schmidt.
3
4

README.cCLan-install

11.  Make a symlink in "~/lisp-systems/"[*] pointing to the .asd file
22.  Start your asdf-enabled lisp
32a. Ensure that "~/lisp-systems/"[*] is in asdf:*central-registry*
43.  At the lisp prompt, type '(asdf:oos 'asdf:load-op "meta")'. This
5    will compile and load the system into your running lisp.
6
7[*] This path ("~/lisp-systems/") is only a suggestion; the important
8thing is that asdf know where to find the .asd file. Adsf uses the
9contents of the variable ASDF:*CENTRAL-REGISTRY* to find its system
10definitions.
11
12These instructions were automatically generated by cCLan software. Use
13at your own peril.
14