Pakiet: cl-trivial-features (20210228.gitf6e8dd7-2)
Odnośniki dla cl-trivial-features
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego trivial-features:
- [trivial-features_20210228.gitf6e8dd7-2.dsc]
- [trivial-features_20210228.gitf6e8dd7.orig.tar.xz]
- [trivial-features_20210228.gitf6e8dd7-2.debian.tar.xz]
Opiekunowie:
- Debian Common Lisp Team (Strona QA, Archiwum e-mail)
- Peter Van Eynde (Strona QA)
- Sébastien Villemot (Strona QA)
Zasoby zewnętrzne:
- Strona internetowa [www.cliki.net]
Podobne pakiety:
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
Inne pakiety związane z 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
Pobieranie cl-trivial-features
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 10,6 KiB | 73,0 KiB | [lista plików] |