summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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