xguerin / bitstring

OCaml Bitstring - bitstring matching for OCaml
GNU General Public License v2.0
67 stars 8 forks source link

Release schedule for OCaml 4.06.0 compatible version of bitstring? #8

Closed jgjl closed 6 years ago

jgjl commented 6 years ago

Hi,

thank for your library! Bitstring gives OCaml a nice touch of Erlang, which is really cool :)

Do you have a schedule for releasing a OCaml 4.06.0 compatible version of it? It would be great to know if I should wait or switch back to OCaml 4.05.0.

Thank you,

Jeremias

xguerin commented 6 years ago

Hey there,

master/HEAD is already there. It should work with 4.06.0 if you pin it. I have a more involved update in the making (v3) but that's gonna take a little bit more time.

jgjl commented 6 years ago

Ok, thank you for the quick reply!