From f33b87dc601d3887a9952fdfcffff9e5420e223e Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 25 Mar 2015 21:19:57 +0100 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3bd555f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# libcoio +a clean, minimal, portable coroutine library + +## Compiling +Just run 'make' in the project dir + +## License +ISC License except where otherwise noted. + +BSD-Style/GPL for coro.c/.h