Paket: cl-trivial-features (20230607.gitd249a62-1)
cl-trivial-features için bağlantılar
Debian Kaynakları:
- Hata Raporları
- Developer Information
- Debian Değişim Günlüğü
- Telif Hakkı Dosyası
- Debian Yama Takipçisi
trivial-features Kaynak Paketini İndir:
- [trivial-features_20230607.gitd249a62-1.dsc]
- [trivial-features_20230607.gitd249a62.orig.tar.xz]
- [trivial-features_20230607.gitd249a62-1.debian.tar.xz]
Geliştiriciler:
Dış Kaynaklar:
- Ana Sayfa [www.cliki.net]
Benzer paketler:
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 ile İlgili Diğer Paketler
|
|
|
|
-
- 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 indir
Mimari | Paket Boyutu | Kurulu Boyut | Dosyalar |
---|---|---|---|
all | 10,1 kB | 72,0 kB | [dosya listesi] |