All Projects → janlelis → stdgems

janlelis / stdgems

Licence: other
Ruby's default & bundled gems: The new standard library

Projects that are alternatives of or similar to stdgems

CSpydr
A static typed low-level compiled programming language inspired by Rust and C
Stars: ✭ 17 (-81.91%)
Mutual labels:  stdlib, standard-library
markdown
markdown tools, libraries & scripts
Stars: ✭ 52 (-44.68%)
Mutual labels:  gems
gems
Ruby Football Week 2021, June 11th to June 17th - 7 Days of Ruby (Sports) Gems ++ Best of Ruby Gems Series
Stars: ✭ 76 (-19.15%)
Mutual labels:  gems
Objective-CPP
C++ compatibility library for Objective-C - Objective-CPP is a library intended to ease software development using Objective-C++. It declares categories on Objective-C classes, to work with the STL C++ types, such as std::string, std::vector, etc.
Stars: ✭ 37 (-60.64%)
Mutual labels:  stdlib
GemsAssetsWebpackBridge
It helps to build a bridge from ruby gems' assets to Webpack
Stars: ✭ 20 (-78.72%)
Mutual labels:  gems
books
List of all Ruby books
Stars: ✭ 49 (-47.87%)
Mutual labels:  gems
rubysu
Give Ruby objects superuser privileges
Stars: ✭ 15 (-84.04%)
Mutual labels:  gems
hope
A quest for a "standard" Erlang library with uniform, composable abstractions.
Stars: ✭ 18 (-80.85%)
Mutual labels:  standard-library
Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+2824.47%)
Mutual labels:  stdlib
preface
Preface is an opinionated library designed to facilitate the handling of recurring functional programming idioms in OCaml.
Stars: ✭ 116 (+23.4%)
Mutual labels:  stdlib
cli
Autocode CLI and standard library tooling
Stars: ✭ 3,791 (+3932.98%)
Mutual labels:  stdlib
subjuster
A Ruby based CLI for Subtitle adjustment | TDD Guide for Software Engineers
Stars: ✭ 17 (-81.91%)
Mutual labels:  gems
30daymakeos
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
Stars: ✭ 4,127 (+4290.43%)
Mutual labels:  stdlib
strict
Check for use of undeclared variables
Stars: ✭ 32 (-65.96%)
Mutual labels:  stdlib
stdlib
🎁 Gleam's standard library
Stars: ✭ 153 (+62.77%)
Mutual labels:  stdlib
events
events - tools, libraries & scripts, schemas & formats - (incl. whatson, rubyconf, pycon, beerfest & more)
Stars: ✭ 12 (-87.23%)
Mutual labels:  gems
kwstruct
Struct with keyword arguments support
Stars: ✭ 17 (-81.91%)
Mutual labels:  stdlib
BackportCpp
Library of backported modern C++ types to work with C++11
Stars: ✭ 53 (-43.62%)
Mutual labels:  standard-library
peterthehan
My personal site and profile README.
Stars: ✭ 36 (-61.7%)
Mutual labels:  default
Lib
Autocode CLI and standard library tooling
Stars: ✭ 3,773 (+3913.83%)
Mutual labels:  stdlib

Ruby Standard Gems

About the Gemified Standard Library

Ruby's standard library is in the process of being gemified. More and more libraries will be turned into RubyGems, which can be updated independently from Ruby.

There are two different kinds of standard gems:

  • Default gems: These gems are part of Ruby and you can always require them directly. You cannot remove them. They are maintained by Ruby core.

  • Bundled gems: The behavior of bundled gems is similar to normal gems, but they get automatically installed when you install Ruby. They can be uninstalled and they are maintained outside of Ruby core.

About the stdgems.org project

This repository contains three JSON files:

The first two files contain data about all default and bundled gems and which Ruby version comes with which version of the gem. The third file contains data about all the non-gemified standard libraries.

Go to stdgems.org to easily browse the standard gem data and more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].