Пакет: cl-trivial-features (20210228.gitf6e8dd7-2)
Ссылки для cl-trivial-features
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код trivial-features:
- [trivial-features_20210228.gitf6e8dd7-2.dsc]
- [trivial-features_20210228.gitf6e8dd7.orig.tar.xz]
- [trivial-features_20210228.gitf6e8dd7-2.debian.tar.xz]
Сопровождающие:
- Debian Common Lisp Team (Страница КК, Почтовый архив)
- Peter Van Eynde (Страница КК)
- Sébastien Villemot (Страница КК)
Внешние ресурсы:
- Сайт [www.cliki.net]
Подобные пакеты:
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 | 10,6 Кб | 73,0 Кб | [список файлов] |