---
name: cl-trivial-features
version: 2010.01.16_1
origin: devel/cl-trivial-features
comment: Ensures consistent *FEATURES* in Common Lisp
arch: freebsd:10:x86:64
www: http://www.cliki.net/trivial-features
maintainer: olgeni@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 33346
desc: |
  trivial-features ensures consistent *FEATURES* across multiple
  Common Lisp implementations.

  For example, on MacOS X platforms, while most Lisps push :DARWIN
  to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead,
  respectively. Some Lisps might not push any feature suggesting MacOS
  X at all. trivial-features will make sure all Lisps will have :DARWIN
  in the *FEATURES* list when running on MacOS X.

  WWW: http://www.cliki.net/trivial-features
deps:
  cl-asdf: {origin: devel/cl-asdf, version: '2.017,2'}
categories:
- lisp
- devel
