Project

xot

0.0
A long-lived project that still receives updates
This library include some useful utility classes and functions for development with C++.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Xot - Some useful utility classes and functions

Ask DeepWiki License Build Status Gem Version

⚠️ Notice

This repository is a read-only mirror of our monorepo. We do not accept pull requests or direct contributions here.

πŸ”„ Where to Contribute?

All development happens in our xord/all monorepo, which contains all our main libraries. If you'd like to contribute, please submit your changes there.

For more details, check out our Contribution Guidelines.

Thanks for your support! πŸ™Œ

πŸš€ About

Xot is a small utility library that was extracted for internal use to provide basic helper classes and functions across our own Ruby gems.

It’s not intended for general public use, but rather serves as a simple collection of utilities to make our own development process more efficient and consistent.

Feel free to explore, but please note that it’s not actively maintained or intended for broad adoption.

πŸ“¦ Installation

Add this line to your Gemfile:

$ gem 'xot'

Then, install gem:

$ bundle install

Or install it directly:

$ gem install xot

πŸ“œ License

Xot is licensed under the MIT License. See the LICENSE file for details.