Giter VIP home page Giter VIP logo

mmlabs-mindmaze / mmlib Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 5.0 1.43 MB

OS abstraction layer and helpers

Home Page: https://opensource.mindmaze.com/projects/mmlib/

License: Apache License 2.0

Makefile 0.80% Shell 0.48% Meson 1.95% M4 1.34% C 95.42% Python 0.01%
cross-platform os-independent abstraction-layer error-handling logging memory-mapped-file socket argument-parser ipc inter-process-communication

mmlib's Introduction

Overview

mmlib is an Operating System abstraction layer.

It provides an API for application developer, so that they can write portable code using relatively advanced OS features without having to care about system specifics.

The reference design in mind in its conception is POSIX, meaning that if some posix functionality is not available for given platform, mmlib will implement that same functionality itself.

Dependencies

Tests

Running the tests require the check framework.

Documentation

Generating the documentation requires sphinx and linuxdoc

Install

mmlib supports meson and autotools build systems.

# autotools
mkdir build && cd build
../autogen.sh
../configure --prefix=<install-dir>
make
make check # optional
make install

# meson
meson build --prefix=<install-dir>
cd build
ninja
ninja test # optional
ninja install

License

mmlib is free software under the terms of the Apache license 2.0. See LICENSE file.

Authors and Contributors

mmlib has been open-sourced by MindMaze and is maintained by Nicolas Bourdaud [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.