Skip to content

Commit

Permalink
commit first.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 7, 2012
0 parents commit 0b2e984
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
*.o
*.*~
*.swp
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "deps/libuv"]
path = deps/libuv
url = https://github.com/joyent/libuv.git
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
# libuv-lua
libuv lua binding

# Installation


# Example


# License

- libuv-lua
[MIT license](http://www.opensource.org/licenses/mit-license.php).

- libuv
See deps/libuv/LICENSE file.
1 change: 1 addition & 0 deletions deps/libuv
Submodule libuv added at b47af9

0 comments on commit 0b2e984

Please sign in to comment.