summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-08-19 22:30:13 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-08-19 22:30:13 -0700
commit08e7ad94f99b5944405a40af5c28b9aa95e9c0b0 (patch)
tree085dc296fa9185b57f4d28f478673ecfe0802e37 /README
parent3387ccaffde71adaf81f481d5a686ae03e001a54 (diff)
Renamed lang_ext -> bindings, README updates.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 2 insertions, 6 deletions
diff --git a/README b/README
index 8b88451..45e9ff0 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-upb - a minimalist implementation of protocol buffers.
+upb - a small, low-level protocol buffer library
For API documentation, see the header files.
-To build (the core library is ANSI C and has no dependencies):
+To build (the core library is ANSI C99 and has no dependencies):
$ make
Other useful targets:
@@ -33,10 +33,6 @@ the major things that are broken or not yet implemented yet:
- serialization isn't written yet (only deserialization)
-- the language extensions that exist so far (Python and Lua) are totally
- incomplete/broken. They are not usable for anything yet. This will
- be remedied very soon.
-
CONTACT
=======
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback