Skip to content

Commit

Permalink
version 0.2.1 + travis CI icon
Browse files Browse the repository at this point in the history
  • Loading branch information
domsj committed Aug 4, 2015
1 parent 31658ec commit 552ba25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description = "Rocksdb binding"
version = "0.1.0"
version = "0.2.1"
exists_if = "rocks.cma,rocks.cmxa,rocks.cmxs"
requires = "ctypes ctypes.foreign"
archive(native) = "rocks.cmxa"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ORocksDb
========
[![Build Status](https://travis-ci.org/domsj/orocksdb.svg?branch=master)](https://travis-ci.org/domsj/orocksdb)

This repository contains some ocaml bindings to the C api of [rocksdb](http://github.com/facebook/rocksdb/).
It is most certainly not complete. Not all available/implemented options have been tested.
Expand Down

0 comments on commit 552ba25

Please sign in to comment.