Skip to content

qRoC/Loobee-OldRepository

Repository files navigation

Loobee is a library of Swift components.

new repository

WIP Build Status - Master Coverage Status macOS Platforms License

Summary

Loobee is a set of components for the Swift programming language that provide support for tasks and structures such as memory, byte, logger, concurrency, atomic, thread, container, environment, time, etc.

Table of Contents

Prerequisites

Swift 4.2 or above

Getting Started

Loobee works and tested on Ubuntu and MacOS.

Make commands:

  • build - build debug version
  • build-safe-release - build release with with bounds check and minimum debug info
  • build-release - full performance
  • test, test-safe-release, test-release - run tests
  • test-docker - run tests in docker container (need docker-env target).
  • clean - clean
  • xcode - generate Xcode project

Contributing to Loobee

All improvements to Loobee are very welcome!

Contact

qRoC is the author and maintainer of Loobee. Feel free contact him directly via email.

If you have a question about this library, we recommend opening an issue.