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

https://github.com/horance-liu/polyflow


https://github.com/horance-liu/polyflow

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Polyflow

## Requirement

- [bazel](https://www.bazel.build)
- compiler: should support c++11 or above

## Clone

```bash
$ git clone --recursive [email protected]:horance-liu/polyflow.git
```

## Test

```bash
$ bazel test //polyflow/...
```