---
name: cl-infix-sbcl
version: 19960628_15
origin: devel/cl-infix-sbcl
comment: A lisp macro to read math statements in infix notation
arch: freebsd:9:x86:64
www: http://www.cliki.net/infix
maintainer: olgeni@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 153404
desc: |
  This is an implementation of an infix reader macro. It should run in any
  valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
  MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
  the traditional way (e.g., 1+2) when writing Lisp programs instead of
  using the normal Lisp syntax (e.g., (+ 1 2)).  It is not intended to be a
  full replacement for the normal Lisp syntax.

  This package is compiled with SBCL.

  Written by Mark Kantrowitz, School of Computer Science,
  Carnegie Mellon University, March 1993.

  WWW: http://www.cliki.net/infix
deps:
  sbcl: {origin: lang/sbcl, version: '1.1.8,1'}
  cl-infix: {origin: devel/cl-infix, version: 19960628_3}
  cl-asdf: {origin: devel/cl-asdf, version: '2.017,2'}
categories:
- lisp
- devel
