erlang: temporary documentation and .gitignore

This commit is contained in:
UENISHI Kota 2010-06-01 00:31:12 +09:00
parent d9b467098a
commit 49f3872d04
2 changed files with 21 additions and 1 deletions

3
erlang/.gitignore vendored
View file

@ -1,3 +1,4 @@
MANIFEST
*.beam
.omakedb*
*.omc

19
erlang/README.md Normal file
View file

@ -0,0 +1,19 @@
MessagePack for Erlang
======================
Binary-based efficient object serialization library.
## Status
still in development.
TODOs:
- decide string specification.
## Installation
## Example
## License
-