Code Monkey home page Code Monkey logo

azorian's Introduction

Build Status

Azorian

Azorian is a library implementing the multiformat specifications in C11. Azorian aims to be clean and lightweight - both on system resources and dependency chains.

Currently, to build just the library, no additional dependencies are required - just the C standard library. To build the tests, the Unity C unit testing framework is needed.

Azorian is still in early development and, as such, is unstable right now. Codecs for most of the multiformats are already implemented though. Once stable, Azorian is ideal for C or C++ implementations of libp2p, full IPFS implementations, or any other project which might want to exploit the power of the multiformat specifications for future-proof, self-describing data formats.

Building

$ git clone [email protected]:jmcph4/azorian.git
$ cd azorian

Release

$ make

Development

$ make debug

Tests

$ git clone https://github.com/throwtheswitch/unity.git
$ cp unity/src include/unity -r
$ make debug
$ make tests
$ ./run_tests.sh

Documentation

$ make docs

Note that this requires Doxygen.

Licensing

Please consult LICENSE.

Contributing

Azorian currently welcomes all contributors and the maintainers strive to comply with GitHub best practices.

As such, please consult CONTRIBUTING for all contribution information.

Further Information

For any further information about the project, the wiki is the best place to go.

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.