Pacote: cl-trivial-features (20250129.git18a5cfa-2)
Links para cl-trivial-features
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte trivial-features:
- [trivial-features_20250129.git18a5cfa-2.dsc]
- [trivial-features_20250129.git18a5cfa.orig.tar.xz]
- [trivial-features_20250129.git18a5cfa-2.debian.tar.xz]
Mantenedores(as):
Fontes externas:
- Pagina principal [www.cliki.net]
Pacotes similares:
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
Outros pacotes relacionados a 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
- testador de regressões Common Lisp do MIT
Download de cl-trivial-features
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 10.2 kB | 72.0 kB | [lista de arquivos] |