Project
Reverse Dependencies for vcvars
The projects listed here declare vcvars as a runtime or development dependency
0.0
lithos is a self-contained embedded key-value store written from scratch as a
native extension — no external database dependency. It uses a log-structured
merge (LSM) tree: a write-ahead log makes every write durable, an in-memory
sorted memtable flushes to immutable SSTables (with bloom filters), and
compaction merges them. Keys and values are arbitrary binary strings; keys
are kept in sorted order so you get ordered iteration and range scans, plus
crash recovery via WAL replay. Windows MSVC (mswin) Ruby only.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
phylax (Greek "guardian") is a thin, safe-by-default binding to the Windows
Cryptography API: Next Generation (CNG / bcrypt.dll) and DPAPI. It does not
implement any cryptography of its own — it exposes the operating system's own
validated primitives through an ergonomic, hard-to-misuse Ruby API: a
cryptographically secure RNG, SHA-2 hashing and HMAC (one-shot and streaming),
PBKDF2 key derivation, authenticated AES-256-GCM encryption (SecretBox, with
nonces generated and framed automatically so reuse is impossible), a
constant-time comparison, and DPAPI protect/unprotect for secrets at rest.
Windows MSVC (mswin) Ruby only.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
winclip is a native Windows clipboard library for Ruby. It gets and sets
Unicode text, images (as PNG bytes, converted to/from CF_DIB/CF_DIBV5 via
WIC), and file lists (CF_HDROP), plus clear, format introspection, and
has_text?/has_image?/has_files? queries. The PNG image interface pairs
directly with the windraw gem. Windows MSVC (mswin) Ruby only.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
windraw renders shapes and text into an off-screen bitmap using the graphics
stack that already ships with Windows — Direct2D for vector drawing,
DirectWrite for text, and WIC for PNG encoding — then saves a PNG to a file
or returns the bytes as a string. A Cairo-style 2D canvas with no window or
message loop required. Windows MSVC (mswin) Ruby only.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
winipc is a native extension that exposes Windows local inter-process
communication through an ergonomic, safe-by-default Ruby API: duplex named
pipes (byte and message mode, with a server and a connect-with-retry client),
pagefile-backed shared memory via named file mappings, and named
synchronization objects (mutex, event, semaphore). Pipe handles are opened
for overlapped I/O so they cooperate with a fiber scheduler, and objects are
created with a restrictive security descriptor by default. Windows MSVC
(mswin) Ruby only.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity