https://github.com/horance-liu/polyflow
https://github.com/horance-liu/polyflow
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/polyflow
- Owner: horance-liu
- License: apache-2.0
- Created: 2019-12-11T23:47:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T23:54:10.000Z (over 5 years ago)
- Last Synced: 2025-04-15T01:16:24.590Z (14 days ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/...
```