Skip to content
Sections
>> Trisquel >> パッケージ >> nabia >> lisp >> cl-trivial-features
etiona  ] [  nabia  ] [  aramo  ]
[ ソース: trivial-features  ]

パッケージ: cl-trivial-features (20200115.git9d1d659-1)

abstraction layer for the *FEATURES* across Common Lisp implementations

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. This way, you can write

   #+darwin foo #-darwin bar

instead of

   #+(or darwin macos macosx) foo
   #-(or darwin macos macosx) bar

その他の cl-trivial-features 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • rec: cl-alexandria
    collection of portable Common Lisp utilities
  • rec: cl-cffi
    Common Foreign Function Interface for Common Lisp
  • rec: cl-rt
    Common Lisp regression tester from MIT

cl-trivial-features のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 9.9 kB70 kB [ファイル一覧]