apis 0.5.14

Reactive, session-oriented, asynchronous process-calculus framework
Documentation
1
2
3
4
5
6
7
.PHONY: foo
%: foo
	dot -Tsvg $@.dot > $@.svg
#dot -Tpng $@.dot > $@.png

# dummy rule to prevent MakefileDot from trying to make itself
MakefileDot: ;