3.0.1: - fixed out of date dependencies in meta file 3.0.0: - Re-written using the LevelDB C API - All conditions are now of type (exn leveldb) - Uses new level egg interface and added db-get/default support - db-stream now returns key+value combinations as pairs instead of lists eg, (("key" . "value")) instead of (("key" "value")) - all write operations now return # instead of #t