Balík: cl-trivial-features (20210228.gitf6e8dd7-2)
Odkazy pre cl-trivial-features
Zdroje Debian:
Stiahnuť zdrojový balík trivial-features:
- [trivial-features_20210228.gitf6e8dd7-2.dsc]
- [trivial-features_20210228.gitf6e8dd7.orig.tar.xz]
- [trivial-features_20210228.gitf6e8dd7-2.debian.tar.xz]
Správcovia:
- Debian Common Lisp Team (Stránka QA, Konferencia)
- Peter Van Eynde (Stránka QA)
- Sébastien Villemot (Stránka QA)
Externé zdroje:
- Domovská stránka [www.cliki.net]
Podobné balíky:
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
Ostatné balíky súvisiace s balíkom 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
Stiahnuť cl-trivial-features
Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
---|---|---|---|
all | 10.6 kB | 73.0 kB | [zoznam súborov] |