8000 GitHub - chokychou/ccproducers: A producer graph implementation in c++
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chokychou/ccproducers

 
 

Repository files navigation

ccproducers

Fork from dinowernli/ccproducers. Various bug fixes and code cleanup.

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 ...

How

In WORKSPACE add

http_archive(
  name = "ccproducers", 
  sha256 = "5b9f37f55cd48cc714bdd410164c1f37a8a0df588d11373091503a081765e360",
  strip_prefix = "ccproducers-0.0.2",
  urls = ["https://github.com/chokychou/ccproducers/archive/refs/tags/v0.0.2.tar.gz"],
)

In BUILD add "@ccproducers//:producer_graph",

About

A producer graph implementation in c++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.6%
  • Starlark 6.4%
0