全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: trivial-features  ]

软件包:cl-trivial-features(20161107.git29ab1da-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 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 cl-trivial-features

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 9.7 kB68.0 kB [文件列表]