Drup / ocaml-lmdb

Ocaml bindings for lmdb.
https://drup.github.io/ocaml-lmdb/dev/
MIT License
48 stars 3 forks source link

Fix mode_t size on OSX. #1

Closed toots closed 7 years ago

Drup commented 7 years ago

Wow, someone uses that library. Thanks! :D

Do you think we should use ocaml-posix-types instead ? It exposes mode_t as an unsigned integer (and I would assume it does the correct thing on the various platforms.

toots commented 7 years ago

Awesome. @Drup I'm testing the library right now, seems to be working fine. Maybe you could also push it to opam as well :-)

Drup commented 7 years ago

Huum, Travis' linux version of lmdb seems quite old, which means that CI is failing all the time. :/

I'll merge anyway, but I would really like to have a way around this.