すべてのオプション
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ ソース: trivial-features  ]

パッケージ: cl-trivial-features (20210228.gitf6e8dd7-2)

cl-trivial-features に関するリンク

Screenshot

Debian の資源:

trivial-features ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

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 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

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

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