opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " ] license: "BSD-3-Clause" homepage: "https://github.com/inhabitedtype/bigstringaf" bug-reports: "https://github.com/inhabitedtype/bigstringaf/issues" dev-repo: "git+https://github.com/inhabitedtype/bigstringaf.git" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "jbuilder" {>= "1.0+beta10"} "alcotest" {with-test} "base-bigarray" ] synopsis: "Bigstring intrinsics and fast blits based on memcpy/memmove" description: """ The OCaml compiler has a bunch of intrinsics for Bigstrings, but they're not widely-known, sometimes misused, and so programs that use Bigstrings are slower than they have to be. And even if a library got that part right and exposed the intrinsics properly, the compiler doesn't have any fast blits between Bigstrings and other string-like types. So here they are. Go crazy.""" url { src: "https://github.com/inhabitedtype/bigstringaf/archive/0.2.0.tar.gz" checksum: [ "sha256=98102997fbb3acc8f70fbfb4fb864a5bcc8964ab605d115307f1e6c49334fac8" "md5=0a11da7f731b14fae193244d590a22f5" ] }