bitstring icon indicating copy to clipboard operation
bitstring copied to clipboard

OCaml Bitstring - bitstring matching for OCaml

Results 5 bitstring issues
Sort by recently updated
recently updated
newest added

See #12 and https://github.com/xguerin/ppx_bitstring/issues/45 for context.

enhancement

It seems that some internal functions of bitstring library are dependent on C code, so there is no way now to use your lib for web development. Are there any...

feature

(Apols in advance if I'm doing something really dumb) Have (ppx_)bitstring version 4.1.0 on ocaml 4.11.2 bitstring: information on all versions 🐫 name bitstring all-installed-versions 4.1.0 [default] Trying to match...

IO frameworks in OCaml outside of stdlib seem to be increasingly offering their read/write functions as ones that return or accept a Bigarray.Array1.t (wrapped as either Lwt_bytes.t, Core.Bigstring.t, etc.). There...

My installation of `ppx_bitstring` on macOS 14.2.1 is failing due to ``` # ld: warning: search path '/opt/homebrew/Cellar/zstd/1.5.2/lib' not found # ld: library 'zstd' not found ``` (Full output below)...