Library Glossary

Browse 5 library terms defined in plain English, from the cultural dictionary of computing.

5 Library Terms

Gem
A packaged Ruby library or application distributed via RubyGems, Ruby's package manager. A Gemfile (managed by Bundler) declares a project's gem dependencies...
GLib
A general-purpose utility library originally developed for GTK, providing data structures, threading abstractions, event loops, and type systems for C...
OpenSSL
OpenSSL is a widely used cryptographic library and TLS toolkit for certificates, keys, and secure transport. Security teams use it to enforce trust, reduce...
SDK
A Software Development Kit (SDK) is a bundled collection of tools, libraries, documentation, code samples, and often an emulator or debugger that streamlines...
STL
The Standard Template Library — a core part of C++ providing generic containers (vector, map, set), algorithms (sort, find, transform), and iterators for...

Related Topics