This library wraps leveldb.
Be sure to clone this recursively:
git clone --recursive <url for repo>
To do a build, use make so that the appropriate steps
are executed.
Please note:
- You must be using Open Dylan 2013.2 or later.
- You will also need a build of
melangefrom the melange repo in your$PATHif you need to re-generateleveldb.dylan. leveldb.dylanis auto-generated bymelangeand should not be edited.- You must have Google's Snappy library installed.
See the TODO.rst for a more complete list of issues to be addressed.