bitstring
bitstring copied to clipboard
OCaml Bitstring - bitstring matching for OCaml
See #12 and https://github.com/xguerin/ppx_bitstring/issues/45 for context.
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...
(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)...
This PR is a patch for an upcoming release of ppxlib where the internal AST is [bumped from 4.14 to 5.2](https://github.com/ocaml-ppx/ppxlib/pull/514). Until that is merged and released, there is no...
After installing bitstring and ppx_bitstring (both 4.1.0 version) whenever I try to build a project that depends on them I got the error "Unexpected list". This is how I set...