Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dinowernli/ccproducers

A producer graph implementation in c++
https://github.com/dinowernli/ccproducers

Last synced: 9 days ago
JSON representation

A producer graph implementation in c++

Awesome Lists containing this project

README

        

# ccproducers

[![Build Status](https://travis-ci.org/dinowernli/ccproducers.svg?branch=master)](https://travis-ci.org/dinowernli/ccproducers)

A producer graph implementation in c++. For details on producers, see http://google.github.io/dagger/producers.html.

## Building and running

In order to build and run tests, execute

`> bazel test ...`